LockedBox.SlicePitch Property

Language:

Retrieves or sets the byte offset from the top left of one slice to the top left of the next-deepest slice.

Definition

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

Property Value

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

This property is read/write. 

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