DrawingViewZoomIn メソッド (Point, Double) |
ビューを拡大します。
名前空間:
RootPro.RootProCAD.UI
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract void ZoomIn(
Point point,
double zoomScale
)
Public MustOverride Sub ZoomIn (
point As Point,
zoomScale As Double
)
パラメーター
- point
- 型: System.DrawingPoint
拡大の基準点。 - zoomScale
- 型: SystemDouble
拡大の倍率。
関連項目