Class D2D1TransformedGeometry
Represents a geometry that has been transformed.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
[SecurityCritical]
public class D2D1TransformedGeometry : D2D1Geometry, IDisposable
Constructors
| Edit this page View SourceD2D1TransformedGeometry(nint)
Initializes a new instance of the D2D1TransformedGeometry class.
Declaration
public D2D1TransformedGeometry(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD2D1TransformedGeometryGuid
The interface GUID.
Declaration
public static readonly Guid D2D1TransformedGeometryGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| 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 |