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