다음을 통해 공유


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

스트로크된 선의 너비(사용자 공간 단위)입니다.

적용 대상