Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Region Class / TransformRegion Method
The transformation to apply.

In This Topic
    TransformRegion Method
    In This Topic
    Creates a transformed copy of the Region.
    Syntax
    'Declaration
     
    Public Function TransformRegion( _
       ByVal worldTransform As System.Numerics.Matrix3x2 _
    ) As Region
    public Region TransformRegion( 
       System.Numerics.Matrix3x2 worldTransform
    )

    Parameters

    worldTransform
    The transformation to apply.
    See Also