| PointScale Method |
Scales the position
Namespace:
CodeStack.SwEx.MacroFeature.Data
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public void Scale(
double scalar
)
Public Sub Scale (
scalar As Double
)
public:
void Scale(
double scalar
)
Parameters
- scalar
- Type: SystemDouble
Scalar value
See Also