Click or drag to resize
CanvasGeometryComputeArea Method
Returns the area 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 float ComputeArea()

Return Value

Type: Single
Remarks

Uses the default flattening tolerance and identity transform applied to the input geometry.

Area is a two-dimensional quantity.

See Also