Share via


LockedBox.RowPitch Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the byte offset from the left edge of one row to the left edge of the next row.

Definition

Visual Basic Public Property RowPitch As Integer
C# public int RowPitch { get; set; }
C++ public:
property int RowPitch {
        int get();
        void set(int value);
}
JScript public function get RowPitch() : int
public function set RowPitch(int);

Property Value

System.Int32
Integer that represents the row pitch in bytes.

This property is read/write.