:: com :: sun :: star :: drawing ::

constants group EnhancedCustomShapeSegmentCommand
Usage Restrictions
not published
Description

Constants
UNKNOWN  
MOVETO  
LINETO  
CURVETO  
CLOSESUBPATH  
ENDSUBPATH  
NOFILL  
NOSTROKE  
ANGLEELLIPSETO  
ANGLEELLIPSE  
ARCTO  
ARC  
CLOCKWISEARCTO  
CLOCKWISEARC  
ELLIPTICALQUADRANTX  
ELLIPTICALQUADRANTY  
QUADRATICCURVETO  
Constants' Details
UNKNOWN
const short UNKNOWN = 0;
Description
MOVETO
const short MOVETO = 1;
Description
LINETO
const short LINETO = 2;
Description
CURVETO
const short CURVETO = 3;
Description
CLOSESUBPATH
const short CLOSESUBPATH = 4;
Description
ENDSUBPATH
const short ENDSUBPATH = 5;
Description
NOFILL
const short NOFILL = 6;
Description
NOSTROKE
const short NOSTROKE = 7;
Description
ANGLEELLIPSETO
const short ANGLEELLIPSETO = 8;
Description
ANGLEELLIPSE
const short ANGLEELLIPSE = 9;
Description
ARCTO
const short ARCTO = 10;
Description
ARC
const short ARC = 11;
Description
CLOCKWISEARCTO
const short CLOCKWISEARCTO = 12;
Description
CLOCKWISEARC
const short CLOCKWISEARC = 13;
Description
ELLIPTICALQUADRANTX
const short ELLIPTICALQUADRANTX = 14;
Description
ELLIPTICALQUADRANTY
const short ELLIPTICALQUADRANTY = 15;
Description
QUADRATICCURVETO
const short QUADRATICCURVETO = 16;
Description
Top of Page