Eyeshot 10 WinForms API Reference
PointRGB Constructor(Double,Double,Double,Color)

WinForms Assembly > devDept.Geometry Namespace > PointRGB Class > PointRGB Constructor : PointRGB Constructor(Double,Double,Double,Color)
Point's X coordinate
Point's Y coordinate
Point's Z coordinate
Point's color
Color constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal color As Color _
)
public PointRGB( 
   double x,
   double y,
   double z,
   Color color
)

Parameters

x
Point's X coordinate
y
Point's Y coordinate
z
Point's Z coordinate
color
Point's color
See Also

Reference

PointRGB Class
PointRGB Members
Overload List