IGeometryImpl.

WithTransform(Matrix) Method

Summary

Makes a clone of the geometry with the specified transform.
Namespace
Avalonia.Platform
Containing Type
IGeometryImpl

Syntax

ITransformedGeometryImpl WithTransform(Matrix transform)

Parameters

Name Type Description
transform Matrix The transform.

Return Value

Type Description
ITransformedGeometryImpl The cloned geometry.