Table of Contents

Interface ITransformedGeometryImpl

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll

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

IGeometryImpl

Transform

Gets the applied transform.

Matrix Transform { get; }

Property Value

Matrix