Sets the default pen color for a specific tool for a specific layer.
Visual Basic |
---|
Public Sub SetPenColor( _ ByVal layerHandle As Long, _ ByVal Tool As NX_AnnotationTool, _ ByVal clr As OLE_COLOR _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- Tool
Value Description NX_BlockHighlightTool (&H100C) - BlockHighlight tool. NX_ButtonTool (&H100A) - Button tool. NX_EllipseTool (&H1003) - Ellipse tool. NX_FreehandTool (&H1007) - Freehand Tool. NX_ImageTool (&H1009) - Image tool. NX_LineTool (&H1006) - Line Tool. NX_NoteTool (&H100D) - Note tool. NX_NoTool (&H0000) - Disables annotation. NX_PointerTool (&H1000) - Selection tool. NX_PolygonTool (&H1004) - Polygon Tool. NX_PolyLineTool (&H1005) - PolyLine Tool. NX_ProtractorTool Protractor NX_RectangleTool (&H1002) - Rectangle tool. NX_RulerTool (&H100B) - Ruler tool. NX_StampTool (&H1008) - Stamp tool. NX_TextTool (&H1001) - Text tool. - clr
- The RGB (Red Green Blue) color value for the selected tool's pen color.
This will effect tools created programmatically or selected from the toolbar.