In This Topic
Gets or sets this artifact’s bounding box (the rectangle that completely encloses its visible extent).
Syntax
'Declaration
Public Property BBox As System.Nullable(Of RectangleF)
public System.Nullable<RectangleF> BBox {get; set;}
See Also