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

ShapeFactoryCreateImage メソッド (String, Point2d, Alignment, Double)

イメージの新しいインスタンスを生成します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract ImageShape CreateImage(
	string filename,
	Point2d point,
	Alignment alignment,
	double angle
)

パラメーター

filename
型: SystemString
イメージのファイルパス
point
型: RootPro.RootProCAD.GeometryPoint2d
配置点の座標を表す Point2d
alignment
型: RootPro.RootProCADAlignment
配置基準位置タイプを表す Alignment
angle
型: SystemDouble
配置角度 (Degree)

戻り値

型: ImageShape
イメージを表す ImageShape
関連項目