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 |
---|---|
I |
The cloned geometry. |