RenderContextBase.PixelZoom Method

Specify the pixel zoom factors.
Public Overridable Sub PixelZoom( _ 
ByVal xFactor As Integer, _ 
ByVal yFactor As Integer
)
This language is not supported or no code example is available.
public virtual void PixelZoom( 
int xFactor
int yFactor 
)
This language is not supported or no code example is available.

Parameters

xFactor
int

The x factor

yFactor
int

The y factor

.NET Framework

Supported in: 4.8

In this article

Definition