Click or drag to resize

Image Constructor (ImageDefinition, Vector3, Double, Double)

Initializes a new instance of the Image class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Image(
	ImageDefinition imageDefinition,
	Vector3 position,
	double width,
	double height
)

Parameters

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