C# 클래스 Dalssoft.DiagramNet.RoundRectangleNode

상속: RectangleNode
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio

공개 메소드들

메소드 설명
CreatePath ( float x, float y, float width, float height, float radius ) : GraphicsPath
RoundRectangleNode ( ) : System.Drawing
RoundRectangleNode ( Point l, Size s ) : System.Drawing
RoundRectangleNode ( Rectangle rec ) : System.Drawing
RoundRectangleNode ( int top, int left, int width, int height ) : System.Drawing

보호된 메소드들

메소드 설명
GetBrush ( Rectangle r ) : Brush

비공개 메소드들

메소드 설명
Draw ( Graphics g ) : void

메소드 상세

CreatePath() 공개 메소드

public CreatePath ( float x, float y, float width, float height, float radius ) : GraphicsPath
x float
y float
width float
height float
radius float
리턴 System.Drawing.Drawing2D.GraphicsPath

GetBrush() 보호된 메소드

protected GetBrush ( Rectangle r ) : Brush
r System.Drawing.Rectangle
리턴 System.Drawing.Brush

RoundRectangleNode() 공개 메소드

public RoundRectangleNode ( ) : System.Drawing
리턴 System.Drawing

RoundRectangleNode() 공개 메소드

public RoundRectangleNode ( Point l, Size s ) : System.Drawing
l Point
s System.Drawing.Size
리턴 System.Drawing

RoundRectangleNode() 공개 메소드

public RoundRectangleNode ( Rectangle rec ) : System.Drawing
rec System.Drawing.Rectangle
리턴 System.Drawing

RoundRectangleNode() 공개 메소드

public RoundRectangleNode ( int top, int left, int width, int height ) : System.Drawing
top int
left int
width int
height int
리턴 System.Drawing