ImageBounds Property

CVB.Net Documentation
Retrieve the bounding rect of the Image.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Rect Bounds { get; }

Property Value

Type: Rect
Bounding rect of the Image
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this image has already been disposed of
See Also

Reference