共用方式為


CGContext.StrokeRectWithWidth(CGRect, nfloat) 方法

定義

rect筆劃 。 線條會將 的 width 一半延伸至周邊的任一 rect 端。

public void StrokeRectWithWidth (CoreGraphics.CGRect rect, nfloat width);
member this.StrokeRectWithWidth : CoreGraphics.CGRect * nfloat -> unit

參數

rect
CGRect

要繪製的矩形。

width
nfloat

筆劃線條的寬度,以使用者空間單位為單位。

適用於