AudioVisualSource.BoundingBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bounding box (x, y, width, height) in pixel coordinates,
or null if no spatial information is available (e.g., audio-only).
public System.Drawing.Rectangle? BoundingBox { get; }
member this.BoundingBox : Nullable<System.Drawing.Rectangle>
Public ReadOnly Property BoundingBox As Nullable(Of Rectangle)