'Declaration <CategoryAttribute("Appearance")> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)> <DescriptionAttribute("The bounding box of the comment, in device independed pixels (DIPs).")> Public MustOverride Property BoundingBox As System.Drawing.RectangleF
[Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [Description("The bounding box of the comment, in device independed pixels (DIPs).")] public abstract System.Drawing.RectangleF BoundingBox { get; set; }
[Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [Description("The bounding box of the comment, in device independed pixels (DIPs).")] public: __property abstract System.Drawing.RectangleF* get_BoundingBox(); public: __property abstract void set_BoundingBox(
System.Drawing.RectangleF* value
);
[Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [Description("The bounding box of the comment, in device independed pixels (DIPs).")] public:
abstract property System.Drawing.RectangleF^ BoundingBox { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }