Exemplo n.º 1
0
 public ArtboardRectSnapPoint(RectPoint rectPoint, ArtboardSnapRectSource source) : base(source)
 {
     RectPoint = rectPoint;
 }
Exemplo n.º 2
0
 public ArtboardRectSnapLine(RectSide side, ArtboardSnapRectSource source) : base(source)
 {
     Side = side;
 }