Click or drag to resize

Image Constructor (ImageDefinition, Vector2, Vector2)

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,
	Vector2 position,
	Vector2 size
)
Request Example View Source

Parameters

imageDefinition
Type: netDxf.ObjectsImageDefinition
Image definition.
position
Type: netDxfVector2
Image position in world coordinates.
size
Type: netDxfVector2
Image size in world coordinates.
See Also