public Matrix Clone()
 {
     return(new Matrix((geom.AffineTransform)NativeObject.clone()));
 }