Calendar
页面载入中....
Placard
页面载入中....
Category
页面载入中....
Latest Entries
页面载入中....
Latest Comments
页面载入中....
Last Messages
页面载入中....
User Login
页面载入中....
Links
Information
页面载入中....
Search
Other


Welcome to 思思的奔驰车队
  关于IEnvelop的说明
 
IEnvelop返回包含Geometry的矩形,注意IPoint类型返回为0
对于IEnvelop。 Expand (    double dx,    double dy,    bool asRatio);

Parameters

dx

  dx is a parameter of type double

dy

  dy is a parameter of type double

asRatio

  asRatio is a parameter of type VARIANT_BOOL


Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Expand scales the size of the Envelope.  If asRatio = FALSE, the expansion is additive.

XMin = XMin - dx
YMin = YMin - dy
XMax = XMax + dx
YMax = YMax + dy

If asRatio = TRUE, the expansion is multiplicative.

XMin = (XMin - dx*Width)/2
YMin = (YMin - dy*Height)/2 
XMax = (XMax + dx*Width)/2
YMax = (YMax + dy*Height)/2

The Envelope remains centered at the same position.

Remarks

 

[ 阅读全文 | 回复(0) | 引用通告 | 编辑

  Post  by  sisi 发表于 2007-6-20 13:31:00
发表评论:
页面载入中....
页面载入中....
Powered by Oblog.