MonobjcMonobjc Documented Class Library
RelativeCurveToPointControlPoint1ControlPoint2 Method (aPoint, controlPoint1, controlPoint2)
NamespacesMonobjc.AppKitNSBezierPathRelativeCurveToPointControlPoint1ControlPoint2(NSPoint, NSPoint, NSPoint)

Adds a Bezier cubic curve to the receiver’s path from the current point to a new location, which is specified as a relative distance from the current point.

Original signature is '- (void)relativeCurveToPoint:(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 RelativeCurveToPointControlPoint1ControlPoint2(
	NSPoint aPoint,
	NSPoint controlPoint1,
	NSPoint controlPoint2
)
Public Overridable Sub RelativeCurveToPointControlPoint1ControlPoint2 ( _
	aPoint As NSPoint, _
	controlPoint1 As NSPoint, _
	controlPoint2 As NSPoint _
)
public:
virtual void RelativeCurveToPointControlPoint1ControlPoint2(
	NSPoint aPoint, 
	NSPoint controlPoint1, 
	NSPoint controlPoint2
)
Parameters
aPoint (NSPoint)
The destination point of the curve segment, interpreted as a relative offset from the current point.
controlPoint1 (NSPoint)
The point that determines the shape of the curve near the current point, interpreted as a relative offset from the current point.
controlPoint2 (NSPoint)
The point that determines the shape of the curve near the destination point, interpreted as a relative offset from the current 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)