collapse_all

expand_all

collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
DPSFHelper
.
.
::
..CloneDepthStencilState Method

DPSFHelper Class

gradient

Returns a clone of the given DepthStencilState. Read-only properties, such as the GraphicsDevice property, are not copied though.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public static DepthStencilState CloneDepthStencilState(

 DepthStencilState depthStencilStateToClone

)

Visual Basic

Public Shared Function CloneDepthStencilState (

 depthStencilStateToClone As DepthStencilState

As DepthStencilState

Visual C++

public:

static DepthStencilStateCloneDepthStencilState(

 DepthStencilStatedepthStencilStateToClone

)

Parameters

depthStencilStateToClone

Type: DepthStencilState

The DepthStencilState to clone.

Return Value

Type: DepthStencilState

collapse_allSee Also

DPSFHelper Class

DPSFHelper Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com