API Documentation > Miscellaneous > Object ProDrawingedgedisplay > Function ProDrawingedgedisplayWidthGet
Function ProDrawingedgedisplayWidthGet
Description
Obtains the width in screen coordinates to use for the edge display.
Note: The width obtained can be different from the value displayed 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>
ProDrawingedgedisplayWidthGet
(
/* (In)
The drawing edge display object.
*/
double* width
/* (Out)
The width in screen coordinates to use for the edge display.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The default edge width is used.
User Guide References
Was this helpful?