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