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

In This Topic
    ComputeLength() Method
    In This Topic
    Calculates the length of the geometry as though each segment were unrolled into a line.
    Syntax
    'Declaration
     
    Public Overloads Function ComputeLength() As System.Single
    public System.float ComputeLength()

    Return Value

    When this method returns, contains a reference to the length of the geometry. For closed geometries, the length includes an implicit closing segment. You must allocate storage for this parameter.
    See Also