getViewFlags Method

Compute the view flags that result from applying this branch's GraphicBranch.viewFlagOverrides to the input flags.

getViewFlags(flags: ViewFlags, out?: ViewFlags): ViewFlags

Parameter Type Description
flags ViewFlags The input view flags, e.g., from the view's DisplayStyleState.
out ViewFlags If supplied, these flags will be modified and returned as the result; otherwise, a new ViewFlags will be allocated and returned.

Returns - ViewFlags

The result of applying GraphicBranch.viewFlagOverrides to flags.

Defined in

Last Updated: 11 June, 2024