This topic has not yet been rated - Rate this topic

RenderStateManager.TexturePerspective Property

Enables perspective correct texturing.

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

public bool TexturePerspective { get; set; }
/** @property */
public boolean get_TexturePerspective ()

/** @property */
public void set_TexturePerspective (boolean value)

public function get TexturePerspective () : boolean

public function set TexturePerspective (value : boolean)

Property Value

true if perspective correct texturing is enabled; otherwise, false. The default is false.
  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

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.

.NET Compact Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.