Summary
Represents a geometry with a transform applied.
- Namespace
- Avalonia
.Platform - Interfaces
graph BT
Type-.->Interface0["IGeometryImpl"]
click Interface0 "/api/Avalonia.Platform/IGeometryImpl"
Type["ITransformedGeometryImpl"]
class Type type-node
Syntax
public interface ITransformedGeometryImpl : IGeometryImpl
Remarks
An
ITransformedGeometryImpl
transforms a geometry without transforming its
stroke thickness.
Properties
Name | Value | Summary |
---|---|---|
SourceGeometry | IGeometryImpl |
Gets the source geometry that the
Transform is applied to.
|
Transform | Matrix |
Gets the applied transform.
|