MonobjcMonobjc Documented Class Library
CurveToPointControlPoint1ControlPoint2 Method (aPoint, controlPoint1, controlPoint2)
NamespacesMonobjc.AppKitNSBezierPathCurveToPointControlPoint1ControlPoint2(NSPoint, NSPoint, NSPoint)

Adds a Bezier cubic curve to the receiver’s path.

Original signature is '- (void)curveToPoint:(NSPoint)aPoint controlPoint1:(NSPoint)controlPoint1 controlPoint2:(NSPoint)controlPoint2'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void CurveToPointControlPoint1ControlPoint2(
	NSPoint aPoint,
	NSPoint controlPoint1,
	NSPoint controlPoint2
)
Public Overridable Sub CurveToPointControlPoint1ControlPoint2 ( _
	aPoint As NSPoint, _
	controlPoint1 As NSPoint, _
	controlPoint2 As NSPoint _
)
public:
virtual void CurveToPointControlPoint1ControlPoint2(
	NSPoint aPoint, 
	NSPoint controlPoint1, 
	NSPoint controlPoint2
)
Parameters
aPoint (NSPoint)
The destination point of the curve segment, specified in the current coordinate system
controlPoint1 (NSPoint)
The point that determines the shape of the curve near the current point.
controlPoint2 (NSPoint)
The point that determines the shape of the curve near the destination point.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)