-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBunifu.UI.WinForms.BunifuPictureBox.xml
150 lines (150 loc) · 6.25 KB
/
Bunifu.UI.WinForms.BunifuPictureBox.xml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0"?>
<doc>
<assembly>
<name>Bunifu.UI.WinForms.BunifuPictureBox</name>
</assembly>
<members>
<member name="T:Bunifu.UI.WinForms.BunifuPictureBox">
<summary>
Class BunifuPictureBox.
</summary>
<seealso cref="T:System.Windows.Forms.PictureBox" />
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPictureBox.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Bunifu.UI.WinForms.BunifuPictureBox" /> class.
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuPictureBox.ParentControl">
<summary>
The parent control
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPictureBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.
</summary>
<param name="pe">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuPictureBox.types">
<summary>
The types
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuPictureBox.borderRadius">
<summary>
The border radius
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuPictureBox.circular">
<summary>
The circular
</summary>
</member>
<member name="T:Bunifu.UI.WinForms.BunifuPictureBox.Types">
<summary>
Enum Types
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuPictureBox.Types.Square">
<summary>
The square
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuPictureBox.Types.Custom">
<summary>
The custom
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPictureBox.Type">
<summary>
Gets or sets the type.
</summary>
<value>The type.</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPictureBox.BorderRadius">
<summary>
Gets or sets the border radius.
</summary>
<value>The border radius.</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPictureBox.IsCircle">
<summary>
Gets or sets a value indicating whether this instance is circle.
</summary>
<value><c>true</c> if this instance is circle; otherwise, <c>false</c>.</value>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPictureBox.AllowFocused">
<summary>
Gets or sets a value indicating whether [allow focused].
</summary>
<value><c>true</c> if [allow focused]; otherwise, <c>false</c>.</value>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPictureBox.DrawPictureBox(System.Windows.Forms.PaintEventArgs)">
<summary>
Draws the picture box.
</summary>
<param name="pe">The <see cref="T:System.Windows.Forms.PaintEventArgs" /> instance containing the event data.</param>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPictureBox.RoundedRect(System.Drawing.Rectangle,System.Int32)">
<summary>
Roundeds the rect.
</summary>
<param name="bounds">The bounds.</param>
<param name="radius">The radius.</param>
<returns>GraphicsPath.</returns>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPictureBox.BunifuPictureBox_ParentChanged(System.Object,System.EventArgs)">
<summary>
Handles the ParentChanged event of the BunifuPictureBox control.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPictureBox.BunifuPictureBox_Resize(System.Object,System.EventArgs)">
<summary>
Handles the Resize event of the BunifuPictureBox control.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuPictureBox.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPictureBox.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPictureBox.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Bunifu.UI.WinForms.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.Properties.Resources.avatar">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
</members>
</doc>