API 설명서 > Drawings and detail > Object ProDtlnote > Function ProDtlnoteLineEnvelopeGet
Function ProDtlnoteLineEnvelopeGet
Description
Get the envelope of a line in specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteLineEnvelopeGet
(
/* (In)
The note.
*/
int line
/* (In)
The line number, counting from 0.
*/
ProVector envel[4]
/* (Out)
The envelope, in screen coordinates. The order of coordinates are as:
0 -------- 1
| |
2 -------- 3 This ordering of points is preserved even if the note is mirrored and/or at an angle.
*/
)
Returns
Success.
One or more arguments was invalid.
The note is a blank string.
User Guide References
도움이 되셨나요?