'宣言 Protected Function GetFlag( _ ByVal flagMask As System.Integer _ ) As System.Boolean
'使用法 Dim instance As RenderObject Dim flagMask As System.Integer Dim value As System.Boolean value = instance.GetFlag(flagMask)
protected System.bool GetFlag( System.int flagMask )
パラメータ
- flagMask
- Mask of flag.
戻り値の型
Returns true if specified flag is set.