PixelRegion.Bounds Property

The bounds of the region within the image to be processed.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

public Rect Bounds { get; }
'Declaration
Public ReadOnly Property Bounds As Rect
    Get
public:
property Rect Bounds {
    Rect get ();
}
function get_Bounds();

Property Value

Type: Rect

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

PixelRegion Class

PixelRegion.PixelRegion Members

Lumia.Imaging.Custom Namespace