Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1ef73bb9 1e05 5bca e854 8794bfb8450c

haplokuon edited this page May 6, 2023 · 1 revision

Image(ImageDefinition, Vector2, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Image class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Image(
	ImageDefinition imageDefinition,
	Vector2 position,
	double width,
	double height
)

VB

Public Sub New ( 
	imageDefinition As ImageDefinition,
	position As Vector2,
	width As Double,
	height As Double
)

C++

public:
Image(
	ImageDefinition^ imageDefinition, 
	Vector2 position, 
	double width, 
	double height
)

F#

new : 
        imageDefinition : ImageDefinition * 
        position : Vector2 * 
        width : float * 
        height : float -> Image

Parameters

  ImageDefinition
Image definition.
  Vector2
Image position in world coordinates.
  Double
Image width in world coordinates.
  Double
Image height in world coordinates.

See Also

Reference

Image Class
Image Overload
netDxf.Entities Namespace

Clone this wiki locally