Image.GetOpacity

number Image.GetOpacity (

string ObjectName )

Example 1

opacity_value = Image.GetOpacity("Logo");

Gets the current opacity of the "Logo" image object and stores it's value in the variable "opacity_value."

See also: Related Actions