- 积分
- 1225
- 明经币
- 个
- 注册时间
- 2007-11-20
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
发表于 2013-3-15 10:39:10
|
显示全部楼层
下面是帮助文件里头的:
PlotOrigin Property
Specifies the origin of the UCS, block, layout, or raster image in WCS coordinates.
See Also | Example
Signature
object.PlotOrigin
object
Layout, PlotConfiguration
The objects this property applies to.
PlotOrigin
Variant (two-element array of doubles); read-write
The X and Y values representing the origin relative to the lower-left corner of the media.
Remarks
The origin is offset from the media edge by the paper margin. Use the GetPaperMargins method to query the margins. The origin is given in millimeters.
Changes to this property will not be visible until after a regeneration of the drawing. Use the Regen method to regenerate the drawing.
|
|