Click or drag to resize

ShapeFactoryCreateImage Method (String, Point2d, Point2d)

Create a new instance of the image.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract ImageShape CreateImage(
	string filename,
	Point2d point1,
	Point2d point2
)

Parameters

filename
Type: SystemString
image file path
point1
Type: RootPro.RootProCAD.GeometryPoint2d
Point2d representing the coordinates of the starting point of the bounding rectangle
point2
Type: RootPro.RootProCAD.GeometryPoint2d
Point2d representing the coordinates of the ending point of the bounding rectangle

Return Value

Type: ImageShape
representing the image ImageShape
See Also