Click or drag to resize
CanvasGeometryComputeBounds Method (Matrix3x2)
Returns the bounds of the geometry.

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

Parameters

transform
Type: System.NumericsMatrix3x2

Return Value

Type: Rect
Remarks
Uses the specified flattening tolerance and transform applied to the input geometry.
See Also