次の方法で共有


CGPath.CopyByDashingPath メソッド

定義

オーバーロード

CopyByDashingPath(CGAffineTransform, nfloat[], nfloat)
CopyByDashingPath(nfloat[], nfloat)
CopyByDashingPath(CGAffineTransform, nfloat[])
CopyByDashingPath(nfloat[])

CopyByDashingPath(CGAffineTransform, nfloat[], nfloat)

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

パラメーター

transform
CGAffineTransform
lengths
nfloat[]
phase
nfloat

戻り値

適用対象

CopyByDashingPath(nfloat[], nfloat)

public CoreGraphics.CGPath CopyByDashingPath (nfloat[] lengths, nfloat phase);
member this.CopyByDashingPath : nfloat[] * nfloat -> CoreGraphics.CGPath

パラメーター

lengths
nfloat[]
phase
nfloat

戻り値

適用対象

CopyByDashingPath(CGAffineTransform, nfloat[])

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

パラメーター

transform
CGAffineTransform
lengths
nfloat[]

戻り値

適用対象

CopyByDashingPath(nfloat[])

public CoreGraphics.CGPath CopyByDashingPath (nfloat[] lengths);
member this.CopyByDashingPath : nfloat[] -> CoreGraphics.CGPath

パラメーター

lengths
nfloat[]

戻り値

適用対象