Class D2D1TransformedGeometry
Represents a geometry that has been transformed.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1TransformedGeometry : D2D1Geometry, IDisposable, ID2D1Releasable
Properties
| Edit this page View SourceHandle
Gets an handle representing the D2D1 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |
Overrides
| Edit this page View SourceSourceGeometry
Gets the source geometry of this transformed geometry object.
Declaration
public D2D1Geometry SourceGeometry { get; }
Property Value
Type | Description |
---|---|
D2D1Geometry |
Transform
Gets the matrix used to transform the D2D1TransformedGeometry object's source geometry.
Declaration
public D2D1Matrix3X2F Transform { get; }
Property Value
Type | Description |
---|---|
D2D1Matrix3X2F |