blob: 98e3166b92287daf919b057598ee312655a442bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">
<!-- THIS FILE IS GENERATED DO NOT EDIT -->
<erlref>
<header>
<copyright>
<year>2020</year>
<holder>wxWidgets team.</holder></copyright>
<legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
</legalnotice>
<title>wxGraphicsPen</title>
</header>
<module>wxGraphicsPen</module>
<modulesummary>Functions for wxGraphicsPen class</modulesummary>
<description><p>A <seeerl marker="wxGraphicsPen"><c>wxGraphicsPen</c></seeerl> is a native representation of a pen. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via <seemfa marker="wxGraphicsContext#createPen/2"><c>wxGraphicsContext:createPen/2</c></seemfa> or <c>wxGraphicsRenderer::CreatePen()</c> (not implemented in wx).
</p>
<p>This class is derived (and can use functions) from:
<seeerl marker="wxGraphicsObject"><c>wxGraphicsObject</c></seeerl></p>
<p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_graphics_pen.html">wxGraphicsPen</url></p>
</description>
<datatypes><datatype><name name="wxGraphicsPen"/></datatype></datatypes>
</erlref>
|