CGContext.StrokeRectWithWidth(CGRect, nfloat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
rect
筆劃 。 線條會將 的 width
一半延伸至周邊的任一 rect
端。
public void StrokeRectWithWidth (CoreGraphics.CGRect rect, nfloat width);
member this.StrokeRectWithWidth : CoreGraphics.CGRect * nfloat -> unit
參數
-
width
-
nfloat
筆劃線條的寬度,以使用者空間單位為單位。
適用於