[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.TransformedGeometry

TransformedGeometry Class

ID2D1TransformedGeometry

Inheritance
TransformedGeometry
Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2cd906bb-12e2-11dc-9fed-001143a055f9")]
public class TransformedGeometry : Geometry, IDisposable, IUnknown

Constructors

Name Description
TransformedGeometry(IntPtr)

Initializes a new instance of the TransformedGeometry class.

Properties

Name Description
Transform

GetTransform

Methods

Name Description
Create(Factory, Geometry, Matrix3x2)

Constructor for a TransformedGeometry.

GetSourceGeometry()

void ID2D1TransformedGeometry::GetSourceGeometry([Out] ID2D1Geometry** sourceGeometry)

GetTransform(out Matrix3x2)

void ID2D1TransformedGeometry::GetTransform([Out] D2D_MATRIX_3X2_F* transform)

Operators

Name Description
explicit operator TransformedGeometry(IntPtr)

Performs an explicit conversion from IntPtr to TransformedGeometry.