ComponentOne Bitmap for UWP
ComputeArea(Single) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Geometry Class > ComputeArea Method : ComputeArea(Single) Method
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
Computes the area of the geometry after it has been transformed by the specified matrix and flattened using the specified tolerance.
Syntax
'Declaration
 
Public Overloads Function ComputeArea( _
   ByVal flatteningTolerance As System.Single _
) As System.Single
public System.float ComputeArea( 
   System.float flatteningTolerance
)

Parameters

flatteningTolerance
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.

Return Value

When this this method returns, contains a reference to the area of the transformed, flattened version of this geometry. You must allocate storage for this parameter.
See Also

Reference

Geometry Class
Geometry Members
Overload List