ShapeFactoryCreateImage メソッド (String, Point2d, Alignment, Double, Double, 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 scaleX,
double scaleY,
double angle
)
Public MustOverride Function CreateImage (
filename As String,
point As Point2d,
alignment As Alignment,
scaleX As Double,
scaleY As Double,
angle As Double
) As ImageShape
パラメーター
- filename
- 型: SystemString
イメージのファイルパス - point
- 型: RootPro.RootProCAD.GeometryPoint2d
配置点の座標を表す Point2d - alignment
- 型: RootPro.RootProCADAlignment
配置基準位置タイプを表す Alignment - scaleX
- 型: SystemDouble
X 方向の倍率を示す値。 - scaleY
- 型: SystemDouble
Y 方向の倍率を示す値。 - angle
- 型: SystemDouble
配置角度 (Degree)
戻り値
型:
ImageShapeイメージを表す
ImageShape関連項目