LockedBox.RowPitch Property |
Language: |
Retrieves or sets the byte offset from the left edge of one row to the left edge of the next row.
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);
System.Int32
This property is read/write.
Integer that represents the row pitch in bytes.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center