Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.