SamplerStateManager.DMapOffset Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Property DMapOffset As Integer
C# public int DMapOffset { get; set; }
Managed C++ public: __property int get_DMapOffset();
public: __property void set_DMapOffset(int);
JScript .NET 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. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.