Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..GraphicsDevice Property
|
|
Get / Set the Graphics Device to draw to
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public GraphicsDevice GraphicsDevice { get; set; }
|
Visual Basic
|
Public Property GraphicsDevice As GraphicsDevice
Get
Set
|
Visual C++
|
public:
virtual property GraphicsDevice^ GraphicsDevice {
GraphicsDevice^ get () sealed;
void set (GraphicsDevice^ value) sealed;
}
|
Property Value
Type: GraphicsDevice
Implements
IDPSFParticleSystem..::..GraphicsDevice
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|