C# Class Dalssoft.DiagramNet.ResizeAction

This class control the size of elements
Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
DrawResizeCorner ( Graphics g ) : void
End ( Point posEnd ) : void
Resize ( Point dragPoint ) : void
ResizeAction ( ) : System
Select ( Document document ) : void
ShowResizeCorner ( bool show ) : void
Start ( Point mousePoint, OnElementResizingDelegate onElementResizingDelegate ) : void
UpdateResizeCorner ( ) : void
UpdateResizeCornerCursor ( Point mousePoint ) : Cursor

Method Details

DrawResizeCorner() public method

public DrawResizeCorner ( Graphics g ) : void
g System.Drawing.Graphics
return void

End() public method

public End ( Point posEnd ) : void
posEnd Point
return void

Resize() public method

public Resize ( Point dragPoint ) : void
dragPoint Point
return void

ResizeAction() public method

public ResizeAction ( ) : System
return System

Select() public method

public Select ( Document document ) : void
document Document
return void

ShowResizeCorner() public method

public ShowResizeCorner ( bool show ) : void
show bool
return void

Start() public method

public Start ( Point mousePoint, OnElementResizingDelegate onElementResizingDelegate ) : void
mousePoint Point
onElementResizingDelegate OnElementResizingDelegate
return void

UpdateResizeCorner() public method

public UpdateResizeCorner ( ) : void
return void

UpdateResizeCornerCursor() public method

public UpdateResizeCornerCursor ( Point mousePoint ) : Cursor
mousePoint Point
return System.Windows.Forms.Cursor