scaleX and scaleY properties are best used for making relative proportional changes to a display object's size (like scaling to 50% or 200%), rather than for setting absolute dimensions. When you need to change specific height or width values, use the height and width properties directly. Options A, C, and D incorrectly suggest using scale properties for absolute dimension changes.