C# Class TpTrayUtility.Components.Box

Inheritance: Primitive
Show file Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Properties

Property Type Description
borderColor Color
borderColorGlobal Color
borderSize int
borderSizeGlobal int

Public Methods

Method Description
Box ( ) : System
CanUndo ( ) : bool
CreationMouseDownHandler ( PointF point ) : void
CreationMouseMoveHandler ( PointF point ) : void
CreationMouseUpHandler ( PointF point ) : void
Draw ( Graphics g, float zoom, PointF offset, PointF zoomPosition ) : void
EditFinishing ( object sender, EventArgs e ) : void
GeneratePropertyControl ( ) : PropertyControlBase
GetCursor ( PointF point ) : Cursor
MouseDoubleClickHandler ( PointF point ) : void
MoveBy ( float dx, float dy ) : void
OnResize ( bool lastMove ) : void
SetColor ( Color fore, Color back ) : void
ShapeToolLost ( ) : void
SpecialPoints ( ) : List
UpdatePropertyFromStaticData ( ) : void
UpdateSpecialPoint ( int id, PointF position ) : void
isPointIn ( PointF point ) : bool
isResizeble ( ) : bool
isValid ( ) : bool

Private Methods

Method Description
Distance ( Point p1, Point p2 ) : double
SwitchToEdit ( ) : void
SwitchToView ( ) : void
UpdateTextControlSize ( ) : void

Method Details

Box() public method

public Box ( ) : System
return System

CanUndo() public method

public CanUndo ( ) : bool
return bool

CreationMouseDownHandler() public method

public CreationMouseDownHandler ( PointF point ) : void
point System.Drawing.PointF
return void

CreationMouseMoveHandler() public method

public CreationMouseMoveHandler ( PointF point ) : void
point System.Drawing.PointF
return void

CreationMouseUpHandler() public method

public CreationMouseUpHandler ( PointF point ) : void
point System.Drawing.PointF
return void

Draw() public method

public Draw ( Graphics g, float zoom, PointF offset, PointF zoomPosition ) : void
g System.Drawing.Graphics
zoom float
offset System.Drawing.PointF
zoomPosition System.Drawing.PointF
return void

EditFinishing() public method

public EditFinishing ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

GeneratePropertyControl() public method

public GeneratePropertyControl ( ) : PropertyControlBase
return PropertyControlBase

GetCursor() public method

public GetCursor ( PointF point ) : Cursor
point System.Drawing.PointF
return System.Windows.Forms.Cursor

MouseDoubleClickHandler() public method

public MouseDoubleClickHandler ( PointF point ) : void
point System.Drawing.PointF
return void

MoveBy() public method

public MoveBy ( float dx, float dy ) : void
dx float
dy float
return void

OnResize() public method

public OnResize ( bool lastMove ) : void
lastMove bool
return void

SetColor() public method

public SetColor ( Color fore, Color back ) : void
fore Color
back Color
return void

ShapeToolLost() public method

public ShapeToolLost ( ) : void
return void

SpecialPoints() public method

public SpecialPoints ( ) : List
return List

UpdatePropertyFromStaticData() public method

public UpdatePropertyFromStaticData ( ) : void
return void

UpdateSpecialPoint() public method

public UpdateSpecialPoint ( int id, PointF position ) : void
id int
position System.Drawing.PointF
return void

isPointIn() public method

public isPointIn ( PointF point ) : bool
point System.Drawing.PointF
return bool

isResizeble() public method

public isResizeble ( ) : bool
return bool

isValid() public method

public isValid ( ) : bool
return bool

Property Details

borderColor public property

public Color borderColor
return Color

borderColorGlobal public static property

public static Color borderColorGlobal
return Color

borderSize public property

public int borderSize
return int

borderSizeGlobal public static property

public static int borderSizeGlobal
return int