Example #1
0
 public ArtboardRectSnapPoint(RectPoint rectPoint, ArtboardSnapRectSource source) : base(source)
 {
     RectPoint = rectPoint;
 }
Example #2
0
 public ArtboardRectSnapLine(RectSide side, ArtboardSnapRectSource source) : base(source)
 {
     Side = side;
 }