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

MasterDrawComponentCollectionAdd メソッド (String, Shape, Point2d)

作図部品定義を追加します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract MasterDrawComponent Add(
	string name,
	Shape[] shapes,
	Point2d origin
)

パラメーター

name
型: SystemString
追加する作図部品定義の名前。
shapes
型: RootPro.RootProCADShape
作図部品定義内の図形。
origin
型: RootPro.RootProCAD.GeometryPoint2d
作図部品定義の基準点。

戻り値

型: MasterDrawComponent
追加した作図部品定義を表す MasterDrawComponent
関連項目