1wxGraphicsRenderer(3) Erlang Module Definition wxGraphicsRenderer(3)
2
3
4
6 wxGraphicsRenderer - See external documentation: wxGraphicsRenderer.
7
9 See external documentation: wxGraphicsRenderer.
10
12 wxGraphicsRenderer():
13
14
15 An object reference, The representation is internal and can be
16 changed without notice. It can't be used for comparsion stored on
17 disc or distributed for use on other nodes.
18
20 getDefaultRenderer() -> wxGraphicsRenderer()
21
22 See external documentation.
23
24 createContext(This, Dc) -> wxGraphicsContext:wxGraphicsContext()
25
26 Types:
27
28 This = wxGraphicsRenderer()
29 Dc = wxWindowDC:wxWindowDC() | wxWindow:wxWindow()
30
31 See external documentation.
32
33 createPen(This, Pen) -> wxGraphicsPen:wxGraphicsPen()
34
35 Types:
36
37 This = wxGraphicsRenderer()
38 Pen = wxPen:wxPen()
39
40 See external documentation.
41
42 createBrush(This, Brush) -> wxGraphicsBrush:wxGraphicsBrush()
43
44 Types:
45
46 This = wxGraphicsRenderer()
47 Brush = wxBrush:wxBrush()
48
49 See external documentation.
50
51 createLinearGradientBrush(This, X1, Y1, X2, Y2, C1, C2) -> wxGraphics‐
52 Brush:wxGraphicsBrush()
53
54 Types:
55
56 This = wxGraphicsRenderer()
57 X1 = number()
58 Y1 = number()
59 X2 = number()
60 Y2 = number()
61 C1 = wx:wx_colour()
62 C2 = wx:wx_colour()
63
64 This function is deprecated: not available in wxWidgets-2.9 and
65 later
66
67 See external documentation.
68
69 createRadialGradientBrush(This, Xo, Yo, Xc, Yc, Radius, OColor, CColor)
70 -> wxGraphicsBrush:wxGraphicsBrush()
71
72 Types:
73
74 This = wxGraphicsRenderer()
75 Xo = number()
76 Yo = number()
77 Xc = number()
78 Yc = number()
79 Radius = number()
80 OColor = wx:wx_colour()
81 CColor = wx:wx_colour()
82
83 This function is deprecated: not available in wxWidgets-2.9 and
84 later
85
86 See external documentation.
87
88 createFont(This, Font) -> wxGraphicsFont:wxGraphicsFont()
89
90 Types:
91
92 This = wxGraphicsRenderer()
93 Font = wxFont:wxFont()
94
95 Equivalent to createFont(This, Font, []).
96
97 createFont(This, Font, Options::[Option]) -> wxGraphicsFont:wxGraphics‐
98 Font()
99
100 Types:
101
102 This = wxGraphicsRenderer()
103 Font = wxFont:wxFont()
104 Option = {col, wx:wx_colour()}
105
106 See external documentation.
107
108 createMatrix(This) -> wxGraphicsMatrix:wxGraphicsMatrix()
109
110 Types:
111
112 This = wxGraphicsRenderer()
113
114 Equivalent to createMatrix(This, []).
115
116 createMatrix(This, Options::[Option]) -> wxGraphicsMatrix:wxGraphicsMa‐
117 trix()
118
119 Types:
120
121 This = wxGraphicsRenderer()
122 Option = {a, number()} | {b, number()} | {c, number()} | {d,
123 number()} | {tx, number()} | {ty, number()}
124
125 See external documentation.
126
127 createPath(This) -> wxGraphicsPath:wxGraphicsPath()
128
129 Types:
130
131 This = wxGraphicsRenderer()
132
133 See external documentation.
134
136 <>
137
138
139
140 wx 1.9.3.1 wxGraphicsRenderer(3)