C# Class Dalssoft.DiagramNet.BaseElement

Mostra file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
IsInvalidated bool
borderColor Color
borderWidth int
invalidateRec System.Drawing.Rectangle
location Point
opacity int
size System.Drawing.Size
visible bool

Public Methods

Method Description
GetRectangle ( ) : Rectangle
GetUnsignedRectangle ( ) : Rectangle
Invalidate ( ) : void

Protected Methods

Method Description
BaseElement ( ) : System
BaseElement ( int top, int left, int width, int height ) : System
OnAppearanceChanged ( EventArgs e ) : void

Private Methods

Method Description
Draw ( Graphics g ) : void
GetUnsignedRectangle ( Rectangle rec ) : Rectangle

Method Details

BaseElement() protected method

protected BaseElement ( ) : System
return System

BaseElement() protected method

protected BaseElement ( int top, int left, int width, int height ) : System
top int
left int
width int
height int
return System

GetRectangle() public method

public GetRectangle ( ) : Rectangle
return System.Drawing.Rectangle

GetUnsignedRectangle() public method

public GetUnsignedRectangle ( ) : Rectangle
return System.Drawing.Rectangle

Invalidate() public method

public Invalidate ( ) : void
return void

OnAppearanceChanged() protected method

protected OnAppearanceChanged ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

IsInvalidated protected_oe property

protected bool IsInvalidated
return bool

borderColor protected_oe property

protected Color borderColor
return Color

borderWidth protected_oe property

protected int borderWidth
return int

invalidateRec protected_oe property

protected Rectangle,System.Drawing invalidateRec
return System.Drawing.Rectangle

location protected_oe property

protected Point location
return Point

opacity protected_oe property

protected int opacity
return int

size protected_oe property

protected Size,System.Drawing size
return System.Drawing.Size

visible protected_oe property

protected bool visible
return bool