This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
188b8128 8378 4d1d 9310 5be38989c58e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Image
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Image(
ImageDefinition imageDefinition,
Vector3 position,
Vector2 size
)
VB
Public Sub New (
imageDefinition As ImageDefinition,
position As Vector3,
size As Vector2
)
C++
public:
Image(
ImageDefinition^ imageDefinition,
Vector3 position,
Vector2 size
)
F#
new :
imageDefinition : ImageDefinition *
position : Vector3 *
size : Vector2 -> Image
- ImageDefinition
- Image definition.
- Vector3
- Image position in world coordinates.
- Vector2
- Image size in world coordinates.