IGeometryImplWithTransform Method

Makes a clone of the geometry with the specified transform.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
ITransformedGeometryImpl WithTransform(
	Matrix transform
)

Parameters

transform  Matrix
The transform.

Return Value

ITransformedGeometryImpl
The cloned geometry.

See Also