EngView Automation Documentation
 
Loading...
Searching...
No Matches
ImagePositionProxy Struct Reference

Public Attributes

double width
 The width, in inches, of the image in design cooridnates.
 
double height
 The height, in inches, of the image in design cooridnates.
 
double angle
 Rotation angle, in radians.
 
double x
 The x-coordinate of the translation applied after scaling and rotation.
 
double y
 The y-coordinate of the translation applied after scaling and rotation.
 

Detailed Description

Specifies a transformation, usually when placing an image in the design. The tranformation is performed as follows:

  1. Stretch the image to (width X height) size.
  2. Rotate the image counterclockwise at angle in radians.
  3. Move the lower-left corner (the one that was lower-left before the rotation or scaling) to position (x, y)

Member Data Documentation

◆ width

double ImagePositionProxy::width

The width, in inches, of the image in design cooridnates.

◆ height

double ImagePositionProxy::height

The height, in inches, of the image in design cooridnates.

◆ angle

double ImagePositionProxy::angle

Rotation angle, in radians.

◆ x

double ImagePositionProxy::x

The x-coordinate of the translation applied after scaling and rotation.

◆ y

double ImagePositionProxy::y

The y-coordinate of the translation applied after scaling and rotation.


The documentation for this struct was generated from the following file: