IN_EditOperation

image\bltlrgsq_shg.gif Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_EditOperation function performs an edit operation on the specified layer.

Syntax

int IN_EditOperation( layerID, activity, x1, y1, x2, y2, units )

Parameters

Values

Meaning

IN_LAYER layerID

identifier of the layer to perform the edit operation on

int activity

IN_EDIT_PASTE

edit operation to perform
See
Remarks.

double x1, y1

upper left point for the edit operation

double x2, y2

bottom right point for the edit operation

ushort units

units to return the coordinates in:

IN_UNITS_INCH (1)

IN_UNITS_CM (2)

IN_UNITS_FT (4)

IN_UNITS_MM (5)

IN_UNITS_M (6)

IN_UNITS_PROPORTIONAL (0)

Remarks

Currently only paste (IN_EDIT_PASTE) is defined.

Release information

Added to Imagenation for Windows in Release 8.1.