Skip to content

Latest commit

 

History

History
124 lines (77 loc) · 4.25 KB

nf-gdipluspath-graphicspath-addline(real_real_real_real).md

File metadata and controls

124 lines (77 loc) · 4.25 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdipluspath.GraphicsPath.AddLine(REAL,REAL,REAL,REAL)
GraphicsPath::AddLine(IN REAL,IN REAL,IN REAL,IN REAL) (gdipluspath.h)
The GraphicsPath::AddLine method adds a line to the current figure of this path. (overload 1/4)
AddLine
AddLine method [GDI+]
AddLine method [GDI+]
GraphicsPath class
GraphicsPath class [GDI+]
AddLine method
GraphicsPath.AddLine
GraphicsPath.AddLine(IN REAL
IN REAL
IN REAL
IN REAL)
GraphicsPath.AddLine(REAL
REAL
REAL
REAL)
GraphicsPath::AddLine
GraphicsPath::AddLine(IN REAL
IN REAL
IN REAL
IN REAL)
_gdiplus_CLASS_GraphicsPath_AddLine_REAL_x1_REAL_y1_REAL_x2_REAL_y2_
gdiplus._gdiplus_CLASS_GraphicsPath_AddLine_REAL_x1_REAL_y1_REAL_x2_REAL_y2_
gdiplus\_gdiplus_CLASS_GraphicsPath_AddLine_REAL_x1_REAL_y1_REAL_x2_REAL_y2_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicspathclass\graphicspathmethods\graphicspathaddlinemethods\addline_50realx1_realy1_realx2_realy2.htm
12/05/2018
AddLine, AddLine method [GDI+], AddLine method [GDI+],GraphicsPath class, GraphicsPath class [GDI+],AddLine method, GraphicsPath.AddLine, GraphicsPath.AddLine(IN REAL,IN REAL,IN REAL,IN REAL), GraphicsPath.AddLine(REAL,REAL,REAL,REAL), GraphicsPath::AddLine, GraphicsPath::AddLine(IN REAL,IN REAL,IN REAL,IN REAL), _gdiplus_CLASS_GraphicsPath_AddLine_REAL_x1_REAL_y1_REAL_x2_REAL_y2_, gdiplus._gdiplus_CLASS_GraphicsPath_AddLine_REAL_x1_REAL_y1_REAL_x2_REAL_y2_
gdipluspath.h
Gdiplus.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdiplus.lib
Gdiplus.dll
Windows
GDI+ 1.0
19H1
GraphicsPath::AddLine
gdipluspath/GraphicsPath::AddLine
c++
APIRef
kbSyntax
COM
Gdiplus.dll
GraphicsPath.AddLine

GraphicsPath::AddLine(IN REAL,IN REAL,IN REAL,IN REAL)

-description

The GraphicsPath::AddLine method adds a line to the current figure of this path.

-parameters

-param x1 [in]

Type: REAL

Real number that specifies the x-coordinate of the starting point of the line.

-param y1 [in]

Type: REAL

Real number that specifies the y-coordinate of the starting point of the line.

-param x2 [in]

Type: REAL

Real number that specifies the x-coordinate of the ending point of the line.

-param y2 [in]

Type: REAL

Real number that specifies the y-coordinate of the ending point of the line.

-returns

Type: Status

If the method succeeds, it returns Ok, which is an element of the Status enumeration.

If the method fails, it returns one of the other elements of the Status enumeration.

-see-also

AddLine Methods

AddLines Methods

Clipping with a Region

Constructing and Drawing Paths

Creating a Path Gradient

GraphicsPath

Paths

Pens, Lines, and Rectangles

Using a Pen to Draw Lines and Rectangles