CNiPointer::FillStyle

CNi

Class
CNiPointer::
FillStyle
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: FillColorNext page: Index    
Public Data Item Declared in:
NiPointer.h

'Declaration' icon -- Shortcut to top of page. Declaration

PointerFillStyles FillStyle;

'Description' icon -- Shortcut to top of page. Description

Specifies how the function fills the pointer. The following list includes valid values for this function.

  • CNiPointer::FillNone - no fill.
  • CNiPointer::FillToMin - the function fills the area between this pointer and the minimum value.
  • CNiPointer::FillToMax - the function fills the area between this pointer and the maximum value.
  • CNiPointer::FillToGreater - the function fills the area between this pointer and the pointer with the next larger value. If there are no pointers with larger values, the function fills the area between this pointer and the maximum value.
  • CNiPointer::FillToLess - the function fills the area between this pointer and the pointer with the next smaller value. If there are no pointers with smaller values, the function fills the area between this pointer and the minimum value.

'See Also' icon -- Shortcut to top of page. See Also