Skip to content

Latest commit

 

History

History
98 lines (69 loc) · 2.92 KB

nf-gdipluspen-pen-getmiterlimit.md

File metadata and controls

98 lines (69 loc) · 2.92 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:gdipluspen.Pen.GetMiterLimit
Pen::GetMiterLimit (gdipluspen.h)
The Pen::GetMiterLimit method gets the miter length currently set for this Pen object.
GetMiterLimit
GetMiterLimit method [GDI+]
GetMiterLimit method [GDI+]
Pen class
Pen class [GDI+]
GetMiterLimit method
Pen.GetMiterLimit
Pen::GetMiterLimit
_gdiplus_CLASS_Pen_GetMiterLimit_
gdiplus._gdiplus_CLASS_Pen_GetMiterLimit_
gdiplus\_gdiplus_CLASS_Pen_GetMiterLimit_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\penclass\penmethods\getmiterlimit.htm
12/05/2018
GetMiterLimit, GetMiterLimit method [GDI+], GetMiterLimit method [GDI+],Pen class, Pen class [GDI+],GetMiterLimit method, Pen.GetMiterLimit, Pen::GetMiterLimit, _gdiplus_CLASS_Pen_GetMiterLimit_, gdiplus._gdiplus_CLASS_Pen_GetMiterLimit_
gdipluspen.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
Pen::GetMiterLimit
gdipluspen/Pen::GetMiterLimit
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Pen.GetMiterLimit

Pen::GetMiterLimit

-description

The Pen::GetMiterLimit method gets the miter length currently set for this Pen object.

-returns

Type: REAL

This method returns a real number that indicates the miter limit of this Pen object.

-remarks

The miter length is the distance from the intersection of the line walls on the inside of the join to the intersection of the line walls outside of the join. The miter length can be large when the angle between two lines is small. The miter limit is the maximum allowed ratio of miter length to line width. The default value is 10.

Examples

The following example creates a Pen object and gets the miter limit.

Pen pen(Color(255,255,0,0), 4.0f);
REAL miterLimit = pen.GetMiterLimit(); 

-see-also

Joining Lines

Pen

Pen::SetMiterLimit

Pens, Lines, and Rectangles