PixelRegion.Pitch Property

The distance between rows in ImagePixels.

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

Syntax

public int Pitch { get; }
'Declaration
Public ReadOnly Property Pitch As Integer
    Get
public:
property int Pitch {
    int get ();
}
function get_Pitch();

Property Value

Type: Int32

Remarks

This may be equal or greater to the Width member of ImageSize.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

PixelRegion Class

PixelRegion.PixelRegion Members

Lumia.Imaging.Custom Namespace