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

ShapeFactory.CreateDrawComponent メソッド

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

名前空間:  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
型: System.Int32
作図部品定義の ID。
point
型: RootPro.RootProCAD.Geometry.Point2d
配置点の座標を表す Point2d
scaleX
型: System.Double
X 方向の倍率を示す値。
scaleY
型: System.Double
Y 方向の倍率を示す値。
angle
型: System.Double
配置角度 (Degree)

戻り値

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