'Declaration <DescriptionAttribute("The rectangle, in pixels, that specifies the portion of an image to draw.")> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)> Public Property SourceRect As System.Drawing.RectangleF
[Description("The rectangle, in pixels, that specifies the portion of an image to draw.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public System.Drawing.RectangleF SourceRect { get; set; }
[Description("The rectangle, in pixels, that specifies the portion of an image to draw.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public: __property System.Drawing.RectangleF* get_SourceRect(); public: __property void set_SourceRect(
System.Drawing.RectangleF* value
);
[Description("The rectangle, in pixels, that specifies the portion of an image to draw.")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public:
property System.Drawing.RectangleF^ SourceRect { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }