C# 클래스 TpTrayUtility.Components.RoundedRectangle

파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Rectangle rect ) : GraphicsPath
Create ( Rectangle rect, int radius ) : GraphicsPath
Create ( Rectangle rect, int radius, RectangleCorners corners ) : GraphicsPath
Create ( int x, int y, int width, int height ) : GraphicsPath
Create ( int x, int y, int width, int height, int radius ) : GraphicsPath
Create ( int x, int y, int width, int height, int radius, RectangleCorners corners ) : GraphicsPath

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Rectangle rect ) : GraphicsPath
rect System.Drawing.Rectangle
리턴 System.Drawing.Drawing2D.GraphicsPath

Create() 공개 정적인 메소드

public static Create ( Rectangle rect, int radius ) : GraphicsPath
rect System.Drawing.Rectangle
radius int
리턴 System.Drawing.Drawing2D.GraphicsPath

Create() 공개 정적인 메소드

public static Create ( Rectangle rect, int radius, RectangleCorners corners ) : GraphicsPath
rect System.Drawing.Rectangle
radius int
corners RectangleCorners
리턴 System.Drawing.Drawing2D.GraphicsPath

Create() 공개 정적인 메소드

public static Create ( int x, int y, int width, int height ) : GraphicsPath
x int
y int
width int
height int
리턴 System.Drawing.Drawing2D.GraphicsPath

Create() 공개 정적인 메소드

public static Create ( int x, int y, int width, int height, int radius ) : GraphicsPath
x int
y int
width int
height int
radius int
리턴 System.Drawing.Drawing2D.GraphicsPath

Create() 공개 정적인 메소드

public static Create ( int x, int y, int width, int height, int radius, RectangleCorners corners ) : GraphicsPath
x int
y int
width int
height int
radius int
corners RectangleCorners
리턴 System.Drawing.Drawing2D.GraphicsPath