ActiveReports.Chart Request technical support
Length Property
See Also 


Gets the vector length of the Point2d object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Length As Single
Visual Basic (Usage)Copy Code
Dim instance As Point2d
Dim value As Single
 
value = instance.Length
C# 
public float Length {get;}

See Also