Help Center
Help CenterAfxNova

CGpGraphicsPath.Constructorconstructor

Default constructor

GraphicsconstructorCGpPath.incundocumented
Not documented upstream. This symbol was found in the AfxNova source but appears in no documentation topic. The signature below is read directly from the code; any description comes from the source comments.

Syntax

PRIVATE CONSTRUCTOR CGpGraphicsPath (BYVAL nFillMode AS FillMode = FillModeAlternate)
PRIVATE CONSTRUCTOR CGpGraphicsPath (BYVAL pGraphicsPath AS CGpGraphicsPath PTR)
PRIVATE CONSTRUCTOR CGpGraphicsPath (BYVAL pts AS GpPointF PTR, BYVAL types AS BYTE PTR, BYVAL nCount AS LONG, BYVAL nFillMode AS FillMode = FillModeAlternate)
PRIVATE CONSTRUCTOR CGpGraphicsPath (BYVAL pts AS GpPoint PTR, BYVAL types AS BYTE PTR, BYVAL nCount AS LONG, BYVAL nFillMode AS FillMode = FillModeAlternate)

Description

Default constructor

Reference

  • Include file CGpPath.inc
  • Defined in AfxNova/CGpPath.inc:21