Click or drag to resize

Image Constructor (ImageDefinition, Vector3, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Image class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Image(
	ImageDefinition imageDefinition,
	Vector3 position,
	double width,
	double height
)
Request Example View Source

Parameters

imageDefinition
Type: netDxf.ObjectsImageDefinition
Image definition.
position
Type: netDxfVector3
Image position in world coordinates.
width
Type: SystemDouble
Image width in world coordinates.
height
Type: SystemDouble
Image height in world coordinates.
See Also