C# 클래스 NClass.DiagramEditor.ClassDiagram.Connections.BendPoint

파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Contains bool
Deserialize void
Draw void
Serialize void
ShapeResized void

공개 메소드들

메소드 설명
BendPoint ( Shape relativeShape, bool relativeToStartShape ) : System
BendPoint ( Shape relativeShape, bool relativeToStartShape, bool autoPosition ) : System
Clone ( ) : object

비공개 메소드들

메소드 설명
Contains ( PointF point, float zoom ) : bool
Deserialize ( XmlElement node ) : void
Draw ( Graphics g, bool onScreen, float zoom, Point offset ) : void
Serialize ( XmlElement node ) : void
ShapeResized ( Size size ) : void

메소드 상세

BendPoint() 공개 메소드

/// is null. ///
public BendPoint ( Shape relativeShape, bool relativeToStartShape ) : System
relativeShape NClass.DiagramEditor.Diagrams.Shapes.Shape
relativeToStartShape bool
리턴 System

BendPoint() 공개 메소드

/// is null. ///
public BendPoint ( Shape relativeShape, bool relativeToStartShape, bool autoPosition ) : System
relativeShape NClass.DiagramEditor.Diagrams.Shapes.Shape
relativeToStartShape bool
autoPosition bool
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object