CNiAnnotation::SetBuiltinStyle

CNi

Class
CNiAnnotation::
SetBuiltinStyle()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: operator =Next page: CNiAnnotation    
Public Function Declared in:
NiAnnotation.h

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

void SetBuiltinStyle(
    AnnotationStyles Style);

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

Sets the annotation properties to represent the style specified.

Shortcut to top of page. Parameters

AnnotationStyles Style

The annotation style to be used. The following list includes valid annotation styles.

  • CNiAnnotation::Text - text.
  • CNiAnnotation::ArrowOnly - arrow.
  • CNiAnnotation::TextAndArrow - text and arrow.
  • CNiAnnotation::Picture - picture.
  • CNiAnnotation::Line - line.
  • CNiAnnotation::Rectangle - rectangle.
  • CNiAnnotation::HalfSpace - half space.
  • CNiAnnotation::Range - range.

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