Responder Developer Guide
CubicBezierSegment Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal startPoint As Point, _
   ByVal startHandle As Point, _
   ByVal endHandle As Point, _
   ByVal endPoint As Point _
)
'Usage
 
Dim startPoint As Point
Dim startHandle As Point
Dim endHandle As Point
Dim endPoint As Point
 
Dim instance As New CubicBezierSegment(startPoint, startHandle, endHandle, endPoint)
public CubicBezierSegment( 
   Point startPoint,
   Point startHandle,
   Point endHandle,
   Point endPoint
)

Parameters

startPoint
startHandle
endHandle
endPoint
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CubicBezierSegment Class
CubicBezierSegment Members

 

 


Send Comment