IGeometryImplWithTransform Method
Makes a clone of the geometry with the specified transform.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
ITransformedGeometryImpl WithTransform(
Matrix transform
)
Function WithTransform (
transform As Matrix
) As ITransformedGeometryImpl
abstract WithTransform :
transform : Matrix -> ITransformedGeometryImpl
- transform Matrix
- The transform.
ITransformedGeometryImplThe cloned geometry.