SilverScreen Solid Modeler

PaintingBits

PaintingBits

Previous topic Next topic  

PaintingBits

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

PaintingBits

 

Structure

PaintingBits is an enumeration that provides bit-flags used when drawing. These may be Or'd together as needed.

 

C# Code

 

  enum PaintingBits

     {

     COLOR_REPAINT,

     COLOR_WIDE,

     COLOR_INVERSE,

     };  

 

 

 

Members

Name

Description

COLOR_INVERSE

The drawn item will use the XOR operator to facilitate rubber-banding

COLOR_REPAINT

The drawn item will use original colors

COLOR_WIDE

The drawn item will use a wide line width

 

 

See Also

paint_entity_rgb, paint_primitive_rgb, draw_world_line_rgb, Enumerations