Create an alpha channel from the image.
Syntax

[C#]

void Select(SelectOptions inSelectOptions);

[Visual Basic]

Sub Select(inSelectOptions As SelectOptions)
Params
Name Description
inSelectOptions The selection options.
Notes

See the Canvas Select function for details.

See Also

SelectOptions

Example

None.