Exemplo n.º 1
0
 public FourPointOval(AnimatedPoint AnchorPoint)
 {
     Center.Anchor = AnchorPoint;
     PointLeft = new AnimatedPoint(-20, 5);
     PointTop = new AnimatedPoint(0, -20);
     PointRight = new AnimatedPoint(20, -5);
     PointBottom = new AnimatedPoint(0, 20);
 }
Exemplo n.º 2
0
 public FourPointOval(AnimatedPoint AnchorPoint)
 {
     Center.Anchor = AnchorPoint;
     PointLeft     = new AnimatedPoint(-20, 5);
     PointTop      = new AnimatedPoint(0, -20);
     PointRight    = new AnimatedPoint(20, -5);
     PointBottom   = new AnimatedPoint(0, 20);
 }