mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
9 lines
165 B
C#
9 lines
165 B
C#
using System.Drawing;
|
|
|
|
namespace mRemoteNG.UI.GraphicsUtilities
|
|
{
|
|
public interface IGraphicsProvider
|
|
{
|
|
SizeF GetResolutionScalingFactor();
|
|
}
|
|
} |