'Declaration <DescriptionAttribute("The rectangle, in world space, that specifies the location and size of the drawn image.")> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)> Public Property DestRect As System.Drawing.RectangleF
[Description("The rectangle, in world space, that specifies the location and size of the drawn image.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public System.Drawing.RectangleF DestRect { get; set; }
[Description("The rectangle, in world space, that specifies the location and size of the drawn image.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public: __property System.Drawing.RectangleF* get_DestRect(); public: __property void set_DestRect(
System.Drawing.RectangleF* value
);
[Description("The rectangle, in world space, that specifies the location and size of the drawn image.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public:
property System.Drawing.RectangleF^ DestRect { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }