Table of Contents

Class TransformedGeometry

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("2cd906bb-12e2-11dc-9fed-001143a055f9")]
public class TransformedGeometry : Geometry
Inheritance
TransformedGeometry
Inherited Members

Constructors

TransformedGeometry(Factory, Geometry, RawMatrix3x2)

Default Constructor for a TransformedGeometry.

public TransformedGeometry(Factory factory, Geometry geometrySource, RawMatrix3x2 matrix3X2)

Parameters

factory Factory

an instance of Factory

geometrySource Geometry
matrix3X2 RawMatrix3x2

TransformedGeometry(nint)

public TransformedGeometry(nint nativePtr)

Parameters

nativePtr nint

Properties

SourceGeometry

Retrieves the source geometry of this transformed geometry object.

public Geometry SourceGeometry { get; }

Property Value

Geometry

Transform

Retrieves the matrix used to transform the TransformedGeometry object's source geometry.

public RawMatrix3x2 Transform { get; }

Property Value

RawMatrix3x2

Operators

explicit operator TransformedGeometry(nint)

public static explicit operator TransformedGeometry(nint nativePtr)

Parameters

nativePtr nint

Returns

TransformedGeometry