Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / PixelZoom Method
The x factor
The y factor

In This Topic
    PixelZoom Method (RenderContextBase)
    In This Topic
    Specify the pixel zoom factors.
    Syntax
    'Declaration
     
    Public Overridable Sub PixelZoom( _
       ByVal xFactor As Integer, _
       ByVal yFactor As Integer _
    ) 
    public virtual void PixelZoom( 
       int xFactor,
       int yFactor
    )

    Parameters

    xFactor
    The x factor
    yFactor
    The y factor
    See Also