Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Deep copy all of the Particle properties
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public override void CopyFrom(
DPSFParticle ParticleToCopy
)
|
Visual Basic
|
Public Overrides Sub CopyFrom (
ParticleToCopy As DPSFParticle
)
|
Visual C++
|
public:
virtual void CopyFrom(
DPSFParticle^ ParticleToCopy
) override
|
Parameters
ParticleToCopy
Type: DPSF..::..DPSFParticle
The Particle to Copy the properties from
See Also
DefaultQuadParticle Class
DefaultQuadParticle Members
DPSF Namespace
Send comments on this topic to
|