Click or drag to resize

WpfAnnotationUISetTransparency Method

Sets the alpha values for the Fill and Outline of the annotation.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetTransparency(
	int value
)

Parameters

value
Type: SystemInt32
The alpha value to use. This must be a value from 0 to 255.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the value is less than 0 or greater than 255.
See Also