HeifPlaneDataStride Property |
Gets the plane stride, the width of a single row of pixels.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic int Stride { get; }Public ReadOnly Property Stride As Integer
Get
public:
property int Stride {
int get ();
}member Stride : int with get
Property Value
Int32
The plane stride, in bytes.
See Also