Exemple #1
0
 public IStreamGeometryImpl Clone()
 {
     return(new StreamGeometryImpl
     {
         _path = _path?.Clone(),
         _transformedPath = _transformedPath?.Clone(),
         _transform = Transform,
         Bounds = Bounds
     });
 }