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

ShapeCollectionAddImage メソッド

イメージを追加します。

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

パラメーター

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

戻り値

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