Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Updates the Height to the given value and uniformly scales the Width to maintain the width-to-height ratio.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void ScaleToHeight(
float newHeight
)
|
Visual Basic
|
Public Sub ScaleToHeight (
newHeight As Single
)
|
Visual C++
|
public:
void ScaleToHeight(
float newHeight
)
|
Parameters
newHeight
Type: System..::..Single
The Height the particle should have.
See Also
DefaultQuadParticle Class
DefaultQuadParticle Members
DPSF Namespace
Send comments on this topic to
|