[]
        
(Showing Draft Content)

C1.WPF.Document.Utils.SetFlag

SetFlag Method

SetFlag(ref int, int, bool)

Sets the flags by mask.

Declaration
public static void SetFlag(ref int flags, int flagMask, bool value)
Parameters
Type Name Description
int flags

The flag to set.

int flagMask

The flag mask.

bool value

If true to set flag; reset otherwise.