Eyeshot 9.0 WinForms API Reference
Point Constructor(Point3D,Single)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Point Class > Point Constructor : Point Constructor(Point3D,Single)
Point position
On screen size
3D point and size constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal p As Point3D, _
   ByVal size As Single _
)
public Point( 
   Point3D p,
   float size
)

Parameters

p
Point position
size
On screen size
See Also

Reference

Point Class
Point Members
Overload List