helper for make gdi+ graphics component conversion
DrawingInterop
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CTypeFontObject | 1 | Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object |
| CTypePenObject | 1 | Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object |
| CTypeBrushObject | 3 | Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object |
| CTypeFontFamilyObject | 1 | Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object |
| CTypeStringFormatObject | 1 | Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object |
| CTypeMatrixObject | 1 | Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object. |
| CTypeGraphicsPath | 1 | Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object |
03 Members
Font)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object
| Name | Type | Description |
|---|---|---|
font | Font | - |
Pen)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object
| Name | Type | Description |
|---|---|---|
stroke | Pen | - |
SolidBrush)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object
| Name | Type | Description |
|---|---|---|
paint | SolidBrush | - |
TextureBrush)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object
| Name | Type | Description |
|---|---|---|
paint | TextureBrush | - |
Brush)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object
| Name | Type | Description |
|---|---|---|
paint | Brush | - |
FontFamily)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object
| Name | Type | Description |
|---|---|---|
f | FontFamily | - |
StringFormat)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object
| Name | Type | Description |
|---|---|---|
f | StringFormat | - |
Matrix)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object. Replays the transform operation parameters stored on the imaging Matrix onto a GDI+ Matrix.
| Name | Type | Description |
|---|---|---|
matrix | Matrix | - |
GraphicsPath)Convert of the .NET 8.0 visualbasic graphics component as .NET clr windows gdi+ object
| Name | Type | Description |
|---|---|---|
path | GraphicsPath | - |