ActivityDesignerPaint.GetRoundedRectanglePath(Rectangle, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 모퉁이가 둥근 사각형을 그리는 데 사용되는 그래픽 경로를 반환합니다.
public:
static System::Drawing::Drawing2D::GraphicsPath ^ GetRoundedRectanglePath(System::Drawing::Rectangle rectangle, int radius);
public static System.Drawing.Drawing2D.GraphicsPath GetRoundedRectanglePath (System.Drawing.Rectangle rectangle, int radius);
static member GetRoundedRectanglePath : System.Drawing.Rectangle * int -> System.Drawing.Drawing2D.GraphicsPath
Public Shared Function GetRoundedRectanglePath (rectangle As Rectangle, radius As Integer) As GraphicsPath
매개 변수
- radius
- Int32
둥근 모퉁이를 그리는 데 사용할 반지름을 정의하는 정수입니다.
반환
지정된 사각형의 둥근 경로를 그리는 GraphicsPath입니다.
예외
설명
DrawRoundedRectangle 메서드는 GetRoundedRectanglePath를 사용하여 그릴 경로를 가져옵니다.