C# 클래스 Dalssoft.DiagramNet.ResizeAction

This class control the size of elements
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DrawResizeCorner() 공개 메소드

public DrawResizeCorner ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

End() 공개 메소드

public End ( Point posEnd ) : void
posEnd Point
리턴 void

Resize() 공개 메소드

public Resize ( Point dragPoint ) : void
dragPoint Point
리턴 void

ResizeAction() 공개 메소드

public ResizeAction ( ) : System
리턴 System

Select() 공개 메소드

public Select ( Document document ) : void
document Document
리턴 void

ShowResizeCorner() 공개 메소드

public ShowResizeCorner ( bool show ) : void
show bool
리턴 void

Start() 공개 메소드

public Start ( Point mousePoint, OnElementResizingDelegate onElementResizingDelegate ) : void
mousePoint Point
onElementResizingDelegate OnElementResizingDelegate
리턴 void

UpdateResizeCorner() 공개 메소드

public UpdateResizeCorner ( ) : void
리턴 void

UpdateResizeCornerCursor() 공개 메소드

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