C# Class GraphicArrow, NewTOAPIA

Inheritance: Graphic
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Protected Properties

Property Type Description
fBrush NewTOAPIA.Drawing.GDIBrush
fPen GDIPen

Public Methods

Method Description
DrawBackground ( DrawEvent devent ) : void
GraphicArrow ( string name, int left, int top, int width, int height ) : System
GraphicArrow ( string name, int frameLeft, int frameTop, int width, int height, uint fillColor, uint borderColor ) : System

Protected Methods

Method Description
OnUpdateGeometryState ( ) : void

Method Details

DrawBackground() public method

public DrawBackground ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

GraphicArrow() public method

public GraphicArrow ( string name, int left, int top, int width, int height ) : System
name string
left int
top int
width int
height int
return System

GraphicArrow() public method

public GraphicArrow ( string name, int frameLeft, int frameTop, int width, int height, uint fillColor, uint borderColor ) : System
name string
frameLeft int
frameTop int
width int
height int
fillColor uint
borderColor uint
return System

OnUpdateGeometryState() protected method

protected OnUpdateGeometryState ( ) : void
return void

Property Details

fBrush protected_oe property

protected GDIBrush,NewTOAPIA.Drawing fBrush
return NewTOAPIA.Drawing.GDIBrush

fPen protected_oe property

protected GDIPen fPen
return GDIPen