| void CBCGPDiagramCustomShape::StartPart | ( | BOOL | bShadow = FALSE, | 
| const CBCGPPoint & | ptShadowOffset = CBCGPPoint(0., 0.), | ||
| const CBCGPPoint & | ptStart = CBCGPPoint(-1.,-1.), | ||
| BOOL | bIsClosed = TRUE | ||
| ) | 
Starts a new group of custom shape segments.
| bShadow | TRUE if new group is a shadow, FALSE - if not. | 
| ptShadowOffset | The shadow offset (in pixels). | 
| ptStart | The starting point. | 
| bIsClosed | TRUE if this object is closed. |