Search
Length Constructor (Double)
See Also
 





Initializes a new instance of the Length class.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Length (
    double absoluteValue
)

Visual Basic  Copy Code

Public New ( _
    absoluteValue As Double _
)

 Parameters

absoluteValue
A value representing the size or distance expressed as absolute quantity.

 See Also