SetDotWidth

Description
ÀÌ ÇÔ¼ö´Â µµÆ®ÀÇ ÆøÀ» Çȼ¿ ´ÜÀ§·Î ÁöÁ¤ÇÑ´Ù.

Syntax
S16 SetDotWidth(U16 newWidth, U16 *oldWidth)

Parameters
newWidth»õ·Î¿î µµÆ® Æø
oldWidth±âÁ¸ÀÇ µµÆ® Æø

Returns
CVOS_OK¼º°øÀûÀÎ ¼öÇà
CVOS_ERR_DOT_WIDTH»õ·Î¿î µµÆ® ÆøÀÌ 0ÀÎ °æ¿ì

Comments
ÀÌ µµÆ® ÆøÀº DrawDot(), DrawLine(), DrawRec(), DrawEllipse(), DrawArc(), DrawVector()¿¡ Àû¿ëµÈ´Ù.

See Also
DrawDot(), DrawLine(), DrawRec(), DrawEllipse(), DrawArc(), DrawVector()

Example