Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
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
Syntax
C#
|
public static DepthStencilState CloneDepthStencilState(
DepthStencilState depthStencilStateToClone
)
|
Visual Basic
|
Public Shared Function CloneDepthStencilState (
depthStencilStateToClone As DepthStencilState
) As DepthStencilState
|
Visual C++
|
public:
static DepthStencilState^ CloneDepthStencilState(
DepthStencilState^ depthStencilStateToClone
)
|
Parameters
depthStencilStateToClone
Type: DepthStencilState
The DepthStencilState to clone.
Return Value
Type: DepthStencilState
See Also
DPSFHelper Class
DPSFHelper Members
DPSF Namespace
Send comments on this topic to
|