Tests whether the Format format contains the aplha channel (transparency).

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static bool IsAlphaFormat(
	Format format
)

Parameters

format
Type: Format
Format to get transparency information from.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the Format format contains the alpha channel (transparency).

See Also