Skip to content

Latest commit

 

History

History
55 lines (51 loc) · 2.05 KB

nl-gdiplusheaders-customlinecap.md

File metadata and controls

55 lines (51 loc) · 2.05 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 ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NL:gdiplusheaders.CustomLineCap
CustomLineCap (gdiplusheaders.h)
The CustomLineCap class encapsulates a custom line cap.
CustomLineCap
CustomLineCap class [GDI+]
CustomLineCap class [GDI+]
described
_gdiplus_CLASS_CustomLineCap_Class
gdiplus._gdiplus_CLASS_CustomLineCap_Class
gdiplusheaders/CustomLineCap
gdiplus\_gdiplus_CLASS_CustomLineCap_Class.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\customlinecap.htm
12/05/2018
CustomLineCap, CustomLineCap class [GDI+], CustomLineCap class [GDI+],described, _gdiplus_CLASS_CustomLineCap_Class, gdiplus._gdiplus_CLASS_CustomLineCap_Class, gdiplusheaders/CustomLineCap
gdiplusheaders.h
Windows
Windows
19H1
CustomLineCap
gdiplusheaders/CustomLineCap
c++
APIRef
kbSyntax
COM
gdiplusheaders.h
CustomLineCap

CustomLineCap class

-description

The CustomLineCap class encapsulates a custom line cap. A line cap defines the style of graphic used to draw the ends of a line. It can be various shapes, such as a square, circle, or diamond. A custom line cap is defined by the path that draws it. The path is drawn by using a Pen object to draw the outline of a shape or by using a Brush object to fill the interior. The cap can be used on either or both ends of the line. Spacing can be adjusted between the end caps and the line.