C# Class NClass.DiagramEditor.ClassDiagram.Connections.BendPoint

Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Private Properties

Свойство Type Description
Contains bool
Deserialize void
Draw void
Serialize void
ShapeResized void

Méthodes publiques

Méthode Description
BendPoint ( Shape relativeShape, bool relativeToStartShape ) : System
BendPoint ( Shape relativeShape, bool relativeToStartShape, bool autoPosition ) : System
Clone ( ) : object

Private Methods

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

Method Details

BendPoint() public méthode

/// is null. ///
public BendPoint ( Shape relativeShape, bool relativeToStartShape ) : System
relativeShape NClass.DiagramEditor.Diagrams.Shapes.Shape
relativeToStartShape bool
Résultat System

BendPoint() public méthode

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

Clone() public méthode

public Clone ( ) : object
Résultat object