Resolution Property (GcGraphics)
In This Topic
Gets or sets the resolution of the current graphics (pixels per inch).
Syntax
'Declaration
Public MustOverride Property Resolution As System.Single
public abstract System.float Resolution {get; set;}
See Also