ZoomScale Property (GdiPlusDrawingContext)
Gets or sets the zoom magnification for current view representing percent values.
public double ZoomScale {get; set;}
'Declaration
Public Property ZoomScale As Double
'Usage
Dim instance As GdiPlusDrawingContext
Dim value As Double
instance.ZoomScale = value
value = instance.ZoomScale
Property Value
An integer value represents the zoom magnification for current view representing percent values.