/// <summary> /// Cloning constructor. /// </summary> protected ImageSpatialTransform(ImageSpatialTransform source, ICloningContext context) : base(source, context) { context.CloneFields(source, this); }
private void NewTransform() { _transform = new ImageSpatialTransform(new CalloutGraphic(""), 10,10,0,0,0,0); _transform.ClientRectangle = new Rectangle(0, 0, 15, 25); }