C# Class Dalssoft.DiagramNet.ResizeAction

This class control the size of elements
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DrawResizeCorner ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

End() public méthode

public End ( Point posEnd ) : void
posEnd Point
Résultat void

Resize() public méthode

public Resize ( Point dragPoint ) : void
dragPoint Point
Résultat void

ResizeAction() public méthode

public ResizeAction ( ) : System
Résultat System

Select() public méthode

public Select ( Document document ) : void
document Document
Résultat void

ShowResizeCorner() public méthode

public ShowResizeCorner ( bool show ) : void
show bool
Résultat void

Start() public méthode

public Start ( Point mousePoint, OnElementResizingDelegate onElementResizingDelegate ) : void
mousePoint Point
onElementResizingDelegate OnElementResizingDelegate
Résultat void

UpdateResizeCorner() public méthode

public UpdateResizeCorner ( ) : void
Résultat void

UpdateResizeCornerCursor() public méthode

public UpdateResizeCornerCursor ( Point mousePoint ) : Cursor
mousePoint Point
Résultat System.Windows.Forms.Cursor