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