Usage Long AnnoUIGetRGBColorComponent(Component As Short)
Description This method retrieves the specified RGB component of the color of the last selected aotNote, aotHighlight, aotLine, aotRect, aotCircle, aotRoundRect, aotText or aotFreeHand object.
Parameters Component Long Component of RGB color.
Available values:
compRed(=0)
compGreen(=1)
compBlue(=2)
Return value Value of specified component of RGB color or 0 on error. Call GetLastAnnoError method for last error code occurred.
Programming Notes None