|
XRSSaveFileGetBoundRect Method
|
설정된 Bounary값을 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void GetBoundRect(
ref double minx,
ref double maxx,
ref double miny,
ref double maxy
)
Parameters
- minx Double
- [Out] x축 방향 최소 경계값.
- maxx Double
- [Out] x축 방향 최대 경계값.
- miny Double
- [Out] y축 방향 최소 경계값.
- maxy Double
- [Out] y축 방향 최대 경계값.
See Also