| lcEntScale | Home |
|
BOOL lcEntScale ( HANDLE hEntity, double X0, double Y0, double Scale ); |
| hEntity | |
| Handle to a graphic object. | |
| X0 Y0 | |
| Coordinates of base point for the scale operation. | |
| Scale | |
| Scale coefficient. For example, a scale value of 0.5 will diminish the size by half. A scale value of 2.0 will enlarge to 200% of original size. Negative value is ignored. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcBlockSelScale |