|
发表于 2003-2-26 08:13:00
|
显示全部楼层
Specifies the enclosed area of an arc, circle, ellipse, lightweight polyline, polyline, region, or planar-closed spline.
Signature
object.Area
object Arc, Circle, Ellipse, LightweightPolyline, Polyline, Region, Spline
The object or objects this property applies to.
Area Double; read-write
The area of the object specified in square drawing units.
Remarks
Wide polylines:
The area is defined by the center of the width.
Regions:
The area equals the combined area for all the objects in the region .
Open objects such as arcs, spline curves, and open polylines:
The area is computed as though a straight line connects the start point and endpoint. |
|