Class TransformedGeometry
[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
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
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