Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / View Class / Scale Method / Scale(Single,Single) Method
The value to scale by on the X axis.
The value to scale by on the Y axis.

In This Topic
    Scale(Single,Single) Method
    In This Topic
    Applies a scaling transformation.
    Syntax
    'Declaration
     
    Public Overloads Function Scale( _
       ByVal xScaleFactor As System.Single, _
       ByVal yScaleFactor As System.Single _
    ) As View
    public View Scale( 
       System.float xScaleFactor,
       System.float yScaleFactor
    )

    Parameters

    xScaleFactor
    The value to scale by on the X axis.
    yScaleFactor
    The value to scale by on the Y axis.
    See Also