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
.
.
::
..CloneBlendState Method
gradient

Returns a clone of the given BlendState. 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 BlendState CloneBlendState(

 BlendState blendStateToClone

)

Visual Basic

Public Shared Function CloneBlendState (

 blendStateToClone As BlendState

As BlendState

Visual C++

public:

static BlendStateCloneBlendState(

 BlendStateblendStateToClone

)

Parameters

blendStateToClone

Type: BlendState

The BlendState to clone.

Return Value

Type: BlendState

collapse_allSee Also

DPSFHelper Class

DPSFHelper Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com