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

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

    Parameters

    scaleFactor
    The value to scale by on the X and Y axes.
    See Also