ÀÌÀü   ¾ÕÀ¸·Î ¸ðµÎÃà¼Ò Home > SDK Library > XLayerFont > XLayerFont::AddShape 
TalMap SDK Libary Reference
XLayerFont::AddShape
Font ¿¡ ±×¸®´Â ÇüŸ¦ Ãß°¡ ÇÕ´Ï´Ù.

XLayerFont::AddShape
LONG AddShape(LONG Type, IXPointList PointList);
  Parameters
 
Type
LayerFont Type
XUtility.GetConstToValue(String Value)¿¡ Àû¿ëµÇ´Â °ª.
TM_LAYERFONT_POLYLINE 0x01
TM_LAYERFONT_POLYGON 0x02
TM_LAYERFONT_FILL_POLYGON 0x04
PointList
Shape ¸¦ ±×¸± ÁÂÇ¥ °ª ¸®½ºÆ®
  Return Value
 
LONG
Ãß°¡µÈ Shape °¹¼ö
  Remarks
 
AddShape ´Â XLayerFont ÀÇ Method·Î Á¦°øµË´Ï´Ù.
»ç¿ëÀÚ´Â ÀÌ ¸Þ¼Òµå¸¦ ÀÌ¿ëÇÏ¿© LayerFont ¿¡ ±×¸®´Â ÇüŸ¦ Ãß°¡ ÇÕ´Ï´Ù.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
 
Reference
Hirarchy Chart
XLayerFont
Other Resource
XLayerFont Members
top