Interface ITransformedGeometryImpl
Represents a geometry with a transform applied.
[Unstable]
public interface ITransformedGeometryImpl : IGeometryImpl
- Inherited Members
Remarks
An ITransformedGeometryImpl transforms a geometry without transforming its stroke thickness.
Properties
SourceGeometry
Gets the source geometry that the Transform is applied to.
IGeometryImpl SourceGeometry { get; }
Property Value
Transform
Gets the applied transform.
Matrix Transform { get; }