Method ExportOutlineImage
ExportOutlineImage(string, int, int, int, int, double)
Exports an image showing the outline of the selected objects of the current view.
Declaration
public void ExportOutlineImage(string filename, int imageWidth, int imageHeight, int rotationPixelX = 0, int rotationPixelY = 0, double rotationAngle = 0)
Parameters
Type | Name | Description |
---|---|---|
string | filename | |
int | imageWidth | |
int | imageHeight | |
int | rotationPixelX | Position in the image space (pixels) of the pivot point of a possible rotation. |
int | rotationPixelY | Position in the image space (pixels) of the pivot point of a possible rotation. |
double | rotationAngle | The rotation angle of the outlines in degrees. |
Remarks
This image is not intended to provide a realistic representation of the current view but, thanks to an images superimposition operation, to visualize the outline of the selected objects while moving them with the mouse.