SamplerStateManager.DMapOffset Property

Language:

Retrieves or sets the vertex offset in the presampled displacement map.

Definition

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

Property Value

System.Int32
Integer that represents the vertex offset in the displacement map to set or retrieve.

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.