Click or drag to resize
CanvasGeometryTransform Method
Returns a transformed version of this geometry.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasGeometry Transform(
	Matrix3x2 transform
)

Parameters

transform
Type: System.NumericsMatrix3x2

Return Value

Type: CanvasGeometry
See Also