nheng86
路人甲
路人甲
  • 注册日期2008-02-23
  • 发帖数10
  • QQ
  • 铜币134枚
  • 威望0点
  • 贡献值0点
  • 银元0个
阅读:1438回复:0

mapobject 与 VC++

楼主#
更多 发布于:2008-03-01 21:50
<P>  Dim a As MapObjects2.Polygon<BR>    Dim b As MapObjects2.Polygon<BR>    Dim c As Object</P>
<P>Set c = b.Intersect(a)                  <BR> If Not c Is Nothing Then    <BR> If c.shapeType = MapObjects2.ShapeTypeConstants.moShapeTypePolygon Then   <BR>                           <BR> ElseIf c.shapeType = MapObjects2.ShapeTypeConstants.moShapeTypeRectangle Then </P>
<P>End If<BR>这个在VC++中怎么实现呀</P>
喜欢0 评分0
游客

返回顶部