Share via


NSBezierPath.StrokeLine(CGPoint, CGPoint) Method

Definition

[Foundation.Export("strokeLineFromPoint:toPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void StrokeLine(CoreGraphics.CGPoint point1, CoreGraphics.CGPoint point2);
[<Foundation.Export("strokeLineFromPoint:toPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member StrokeLine : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit

Parameters

point1
CGPoint
point2
CGPoint
Attributes

Applies to