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

ファイルを表示 Open project: gbaychev/NClass Class Usage Examples

Private Properties

Property Type Description
Contains bool
Deserialize void
Draw void
Serialize void
ShapeResized void

Public Methods

Method Description
BendPoint ( Shape relativeShape, bool relativeToStartShape ) : System
BendPoint ( Shape relativeShape, bool relativeToStartShape, bool autoPosition ) : System
Clone ( ) : object

Private Methods

Method 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 method

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

BendPoint() public method

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

Clone() public method

public Clone ( ) : object
return object