Share via


SamplerStateManager.DMapOffset Property (Microsoft.DirectX.Direct3D)

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.