C# 클래스 Dalssoft.DiagramNet.Designer

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( ) : void
Cut ( ) : void
Designer ( ) : System
Goc2Gsc ( Rectangle gsr ) : Rectangle
Gsc2Goc ( Point gsp ) : Point

Graphic surface coordinates to graphic object coordinates.

Gsc2Goc ( Rectangle gsr ) : Rectangle
Invalidate ( ) : void
Open ( string fileName ) : void
Paste ( ) : void
Redo ( ) : void
Save ( string fileName ) : void
Undo ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnElementClick ( ElementEventArgs e ) : void
OnElementConnected ( ElementConnectEventArgs e ) : void
OnElementConnecting ( ElementConnectEventArgs e ) : void
OnElementMouseDown ( ElementMouseEventArgs e ) : void
OnElementMouseUp ( ElementMouseEventArgs e ) : void
OnElementMoved ( ElementEventArgs e ) : void
OnElementMoving ( ElementEventArgs e ) : void
OnElementResized ( ElementEventArgs e ) : void
OnElementResizing ( ElementEventArgs e ) : void
OnElementSelection ( ElementSelectionEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( System e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AddUndo ( ) : void
DeleteElement ( Point mousePoint ) : void
DeleteSelectedElements ( ) : void
DrawSelectionRectangle ( Graphics g ) : void
EndAddElement ( Rectangle selectionRectangle ) : void
EndAddLink ( ) : void
EndEditLabel ( ) : void
EndGeneralAction ( ) : void
EndSelectElements ( Rectangle selectionRectangle ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Invalidate ( BaseElement el ) : void
Invalidate ( BaseElement el, bool force ) : void
IsChanging ( ) : bool
RecreateEventsHandlers ( ) : void
RestartInitValues ( ) : void
StartAddElement ( Point mousePoint ) : void
StartAddLink ( ConnectorElement connStart, Point mousePoint ) : void
StartEditLabel ( ) : void
StartResizeElement ( Point mousePoint ) : void
StartSelectElements ( BaseElement selectedElement, Point mousePoint ) : void
document_AppearancePropertyChanged ( object sender, EventArgs e ) : void
document_ElementPropertyChanged ( object sender, EventArgs e ) : void
document_ElementSelection ( object sender, ElementSelectionEventArgs e ) : void
document_PropertyChanged ( object sender, EventArgs e ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : void
리턴 void

Cut() 공개 메소드

public Cut ( ) : void
리턴 void

Designer() 공개 메소드

public Designer ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Goc2Gsc() 공개 메소드

public Goc2Gsc ( Rectangle gsr ) : Rectangle
gsr System.Drawing.Rectangle
리턴 System.Drawing.Rectangle

Gsc2Goc() 공개 메소드

Graphic surface coordinates to graphic object coordinates.
public Gsc2Goc ( Point gsp ) : Point
gsp Point
리턴 Point

Gsc2Goc() 공개 메소드

public Gsc2Goc ( Rectangle gsr ) : Rectangle
gsr System.Drawing.Rectangle
리턴 System.Drawing.Rectangle

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

OnElementClick() 보호된 메소드

protected OnElementClick ( ElementEventArgs e ) : void
e ElementEventArgs
리턴 void

OnElementConnected() 보호된 메소드

protected OnElementConnected ( ElementConnectEventArgs e ) : void
e ElementConnectEventArgs
리턴 void

OnElementConnecting() 보호된 메소드

protected OnElementConnecting ( ElementConnectEventArgs e ) : void
e ElementConnectEventArgs
리턴 void

OnElementMouseDown() 보호된 메소드

protected OnElementMouseDown ( ElementMouseEventArgs e ) : void
e ElementMouseEventArgs
리턴 void

OnElementMouseUp() 보호된 메소드

protected OnElementMouseUp ( ElementMouseEventArgs e ) : void
e ElementMouseEventArgs
리턴 void

OnElementMoved() 보호된 메소드

protected OnElementMoved ( ElementEventArgs e ) : void
e ElementEventArgs
리턴 void

OnElementMoving() 보호된 메소드

protected OnElementMoving ( ElementEventArgs e ) : void
e ElementEventArgs
리턴 void

OnElementResized() 보호된 메소드

protected OnElementResized ( ElementEventArgs e ) : void
e ElementEventArgs
리턴 void

OnElementResizing() 보호된 메소드

protected OnElementResizing ( ElementEventArgs e ) : void
e ElementEventArgs
리턴 void

OnElementSelection() 보호된 메소드

protected OnElementSelection ( ElementSelectionEventArgs e ) : void
e ElementSelectionEventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( System e ) : void
e System
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

Open() 공개 메소드

public Open ( string fileName ) : void
fileName string
리턴 void

Paste() 공개 메소드

public Paste ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void