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

ShapeFactoryCreateDrawComponent メソッド

作図部品の新しいインスタンスを生成します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract DrawComponentShape CreateDrawComponent(
	int masterID,
	Point2d point,
	double scaleX,
	double scaleY,
	double angle
)

パラメーター

masterID
型: SystemInt32
作図部品定義の ID。
point
型: RootPro.RootProCAD.GeometryPoint2d
配置点の座標を表す Point2d
scaleX
型: SystemDouble
X 方向の倍率を示す値。
scaleY
型: SystemDouble
Y 方向の倍率を示す値。
angle
型: SystemDouble
配置角度 (Degree)

戻り値

型: DrawComponentShape
作図部品を表す DrawComponentShape
関連項目