Eyeshot 10 WinForms API Reference
SlotShapedRegion Constructor(Double,Double,Double,Double,Double,Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > SlotShapedRegion Class > SlotShapedRegion Constructor : SlotShapedRegion Constructor(Double,Double,Double,Double,Double,Boolean)
Position along the plane X axis
Position along the plane Y axis
Center to center length
Radius
Rotation angle in radians
When true, the slot is built centered on the origin.
Position constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal length As Double, _
   ByVal radius As Double, _
   Optional ByVal angle As Double, _
   Optional ByVal centered As Boolean _
)
public SlotShapedRegion( 
   double x,
   double y,
   double length,
   double radius,
   double angle,
   bool centered
)

Parameters

x
Position along the plane X axis
y
Position along the plane Y axis
length
Center to center length
radius
Radius
angle
Rotation angle in radians
centered
When true, the slot is built centered on the origin.
See Also

Reference

SlotShapedRegion Class
SlotShapedRegion Members
Overload List