リサイズはクリックかドラッグ

DrawingViewMouseEventArgs コンストラクター

DrawingViewMouseEventArgsクラスの新しいインスタンスを初期化します

名前空間:  RootPro.RootProCAD.UI
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public DrawingViewMouseEventArgs(
	DrawingView drawingView,
	MouseButtons button,
	Point clientPoint,
	Point2d worldPoint,
	int delta
)

パラメーター

drawingView
型: RootPro.RootProCAD.UIDrawingView
button
型: System.Windows.FormsMouseButtons
clientPoint
型: System.DrawingPoint
worldPoint
型: RootPro.RootProCAD.GeometryPoint2d
delta
型: SystemInt32
関連項目