Method SetDynamicProperties
SetDynamicProperties(SizeD, float, bool)
Updates the dynamic properties of the object, including size, scale factor, and transparency.
public virtual void SetDynamicProperties(SizeD size, float scaleFactor, bool isTransparent)
Parameters
sizeSizeDThe new size of the object.
scaleFactorfloatThe scaling factor to apply to the object.
isTransparentboolA value indicating whether the object should be transparent.
Remarks
If the specified properties are the same as the current properties, the method performs no action. Otherwise, the method updates the properties and disposes of any associated resources as needed.