SK_FLAGS_NONE Constant

Use when not specifying any flags for a given function call.

Remarks

Important Note

Omitting flags in a function call does not prevent global flags from being used. Use the SK_FLAGS_EXPLICIT_ONLY flag to omit or override global flags for a specific function call.

Syntax

C/C++
#define SK_FLAGS_NONE (0x00000000)
Visual Basic
Const SK_FLAGS_NONE As Long = 0