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
)
Public Sub New (
imageDefinition As ImageDefinition,
position As Vector3,
width As Double,
height As Double
)
public:
Image(
ImageDefinition^ imageDefinition,
Vector3 position,
double width,
double height
)
new :
imageDefinition : ImageDefinition *
position : Vector3 *
width : float *
height : float -> Image
CONSTRUCTOR(
imageDefinition AS ImageDefinition,
position AS Vector3,
width AS REAL8,
height AS REAL8
)
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