Click or drag to resize
CanvasGeometryComputeBounds Method
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()

Return Value

Type: Rect
Remarks
Uses the default flattening tolerance and identity transform on the input geometry.
See Also