internal SLOffset Clone() { var off = new SLOffset(); off.X = X; off.Y = Y; return(off); }
internal SLTransform2D() { HasOffset = false; Offset = new SLOffset(); HasExtents = false; Extents = new SLExtents(); Rotation = null; HorizontalFlip = null; VerticalFlip = null; }