[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Region.TransformRegion

TransformRegion Method

TransformRegion(Matrix3x2)

Creates a transformed copy of the Region.

Declaration
public Region TransformRegion(Matrix3x2 worldTransform)
Public Function TransformRegion(worldTransform As Matrix3x2) As Region
Parameters
Type Name Description
Matrix3x2 worldTransform

The transformation to apply.

Returns
Type Description
Region