Share via


CGPath.CopyByDashingPath Method

Definition

Overloads

CopyByDashingPath(NFloat[])

public CoreGraphics.CGPath CopyByDashingPath(System.Runtime.InteropServices.NFloat[] lengths);
member this.CopyByDashingPath : System.Runtime.InteropServices.NFloat[] -> CoreGraphics.CGPath

Parameters

lengths
NFloat[]

Returns

Applies to

CopyByDashingPath(CGAffineTransform, NFloat[])

public CoreGraphics.CGPath CopyByDashingPath(CoreGraphics.CGAffineTransform transform, System.Runtime.InteropServices.NFloat[] lengths);
member this.CopyByDashingPath : CoreGraphics.CGAffineTransform * System.Runtime.InteropServices.NFloat[] -> CoreGraphics.CGPath

Parameters

transform
CGAffineTransform
lengths
NFloat[]

Returns

Applies to

CopyByDashingPath(NFloat[], NFloat)

public CoreGraphics.CGPath CopyByDashingPath(System.Runtime.InteropServices.NFloat[] lengths, System.Runtime.InteropServices.NFloat phase);
member this.CopyByDashingPath : System.Runtime.InteropServices.NFloat[] * System.Runtime.InteropServices.NFloat -> CoreGraphics.CGPath

Parameters

lengths
NFloat[]
phase
NFloat

Returns

Applies to

CopyByDashingPath(CGAffineTransform, NFloat[], NFloat)

public CoreGraphics.CGPath CopyByDashingPath(CoreGraphics.CGAffineTransform transform, System.Runtime.InteropServices.NFloat[] lengths, System.Runtime.InteropServices.NFloat phase);
member this.CopyByDashingPath : CoreGraphics.CGAffineTransform * System.Runtime.InteropServices.NFloat[] * System.Runtime.InteropServices.NFloat -> CoreGraphics.CGPath

Parameters

transform
CGAffineTransform
lengths
NFloat[]
phase
NFloat

Returns

Applies to