C# Class Dalssoft.DiagramNet.RoundRectangleNode

Inheritance: RectangleNode
Show file Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
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

Protected Methods

Method Description
GetBrush ( Rectangle r ) : Brush

Private Methods

Method Description
Draw ( Graphics g ) : void

Method Details

CreatePath() public method

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

GetBrush() protected method

protected GetBrush ( Rectangle r ) : Brush
r System.Drawing.Rectangle
return System.Drawing.Brush

RoundRectangleNode() public method

public RoundRectangleNode ( ) : System.Drawing
return System.Drawing

RoundRectangleNode() public method

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

RoundRectangleNode() public method

public RoundRectangleNode ( Rectangle rec ) : System.Drawing
rec System.Drawing.Rectangle
return System.Drawing

RoundRectangleNode() public method

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