CDC::GetMiterLimit

Returns the miter limit for the device context.

float GetMiterLimit( ) const;

Return Value

Nonzero if the function is successful; otherwise 0.

Remarks

The miter limit is used when drawing geometric lines that have miter joins.

Requirements

Header: afxwin.h

See Also

Reference

CDC Class

Hierarchy Chart

CDC::SetMiterLimit

GetMiterLimit

Other Resources

CDC Members