Documentación de la API > Miscellaneous > Object ProDrawingedgedisplay > Function ProDrawingedgedisplayWidthSet
Function ProDrawingedgedisplayWidthSet
Description
Assigns the width in screen coordinates to use for the edge display.
Note: The width assigned can be different from the value assigned in the UI, which is in drawing coordinates. To convert the width value into drawing coordinates, use the sheet transformation matrix obtained using ProDrawingSheetTrfGet().
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingedgedisplayWidthSet
(
/* (In)
The drawing edge display object.
*/
double width
/* (In)
The width in screen coordinates to use for the edge display. Pass a value less than 0 to use the default width.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?