Ejemplo n.º 1
0
 public Loci(Line pobjLine)
 {
     this.Line  = pobjLine;
     this._Type = LociType.Line;
 }
Ejemplo n.º 2
0
 public Loci(PointF pobjPoint)
 {
     this.Point = pobjPoint;
     this._Type = LociType.Point;
 }
Ejemplo n.º 3
0
 public Loci(RectangleF pobjRectangle)
 {
     this.Rectangle = pobjRectangle;
     this._Type     = LociType.Rectangle;
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Default constructor creates an empty Loci.
 /// </summary>
 /// <remarks></remarks>
 public Loci()
 {
     this._Type = LociType.Empty;
 }
Ejemplo n.º 5
0
 public Loci(Line pobjLine)
 {
     this.Line = pobjLine;
     this._Type = LociType.Line;
 }
Ejemplo n.º 6
0
 public Loci(RectangleF pobjRectangle)
 {
     this.Rectangle = pobjRectangle;
     this._Type = LociType.Rectangle;
 }
Ejemplo n.º 7
0
 public Loci(PointF pobjPoint)
 {
     this.Point = pobjPoint;
     this._Type = LociType.Point;
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Default constructor creates an empty Loci.
 /// </summary>
 /// <remarks></remarks>
 public Loci()
 {
     this._Type = LociType.Empty;
 }