RenderStateManager.Wrap3 Property

Gets or sets the texture-wrapping behavior for multiple sets of texture coordinates.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
Public Property Wrap3 As WrapCoordinates
'Usage
Dim instance As RenderStateManager
Dim value As WrapCoordinates

value = instance.Wrap3

instance.Wrap3 = value
public WrapCoordinates Wrap3 { get; set; }
public:
property WrapCoordinates Wrap3 {
    WrapCoordinates get ();
    void set (WrapCoordinates value);
}
/** @property */
public WrapCoordinates get_Wrap3 ()

/** @property */
public void set_Wrap3 (WrapCoordinates value)
public function get Wrap3 () : WrapCoordinates

public function set Wrap3 (value : WrapCoordinates)

Property Value

Combination of values from a WrapCoordinates to set or get. The default value for this render state is Zero (wrapping disabled in all directions).

Remarks

Valid values for this render state can be Zero, One or both. These cause the system to wrap in the direction of the first, second, third, and fourth dimensions, sometimes referred to as the s, t, r, and q directions, for a given texture.

.NET Framework Security

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

RenderStateManager Class
RenderStateManager Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace