IntelliCAD 11.1 Object Library | |
ScaleEntity Method | |
See Also |
- BasePoint
Point object representing the point about which the entity will be scaled.
- ScaleFactor
- A double-precision variable (or value) representing the factor by which to scale the entity or entities.
Image Object : ScaleEntity Method |
Description
Scales an object by a given scale factor.
Syntax
Visual Basic |
---|
Public Sub ScaleEntity( _ ByVal BasePoint As Point, _ ByVal ScaleFactor As Double _ ) |
Parameters
- BasePoint
Point object representing the point about which the entity will be scaled.
- ScaleFactor
- A double-precision variable (or value) representing the factor by which to scale the entity or entities.