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
)
Public MustOverride Function AddImage (
filename As String,
point As Point2d,
alignment As Alignment,
width As Double,
height As Double,
angle As Double
) As ImageShape
パラメーター
- filename
- 型: SystemString
イメージのファイルパス - point
- 型: RootPro.RootProCAD.GeometryPoint2d
配置点の座標を表す Point2d - alignment
- 型: RootPro.RootProCADAlignment
配置基準位置タイプを表す Alignment - width
- 型: SystemDouble
幅 - height
- 型: SystemDouble
高さ - angle
- 型: SystemDouble
配置角度 (Degree)
戻り値
型:
ImageShapeイメージを表す
ImageShape関連項目