ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / ComputeArea Method / ComputeArea() Method

In This Topic
    ComputeArea() Method
    In This Topic
    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() As System.Single
    public System.float ComputeArea()

    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