Platforms to show: All Mac Windows Linux Cross-Platform
Back to DirectDrawGraphicsMBS class.
DirectDrawGraphicsMBS.AntialiasMode as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The antialiasing mode applies to all subsequent drawing operations, excluding text and glyph drawing operations.
To specify the antialiasing mode for text and glyph operations, use the SetTextAntialiasMode method.
(Read and Write property)
DirectDrawGraphicsMBS.brushHandle as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Reference to ID2D1Brush object.
(Read and Write property)
DirectDrawGraphicsMBS.DPIX as Single
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The horizontal DPI of the render target.
(Read only property)
DirectDrawGraphicsMBS.DPIY as Single
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The vertical DPI of the render target.
(Read only property)
DirectDrawGraphicsMBS.factoryHandle as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Reference to ID2D1Factory object.
(Read and Write property)
DirectDrawGraphicsMBS.Handle as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Reference to ID2D1RenderTarget object.
(Read and Write property)
DirectDrawGraphicsMBS.Height as Single
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
DirectDrawGraphicsMBS.PixelHeight as UInt32
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
DirectDrawGraphicsMBS.PixelWidth as UInt32
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
DirectDrawGraphicsMBS.strokeStyleHandle as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Reference to ID2D1StrokeStyle object.
(Read and Write property)
DirectDrawGraphicsMBS.strokeWidth as Single
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Default is 1.
The width of the stroke, in device-independent pixels. The value must be greater than or equal to 0.0. If this parameter isn't specified, it defaults to 1.0. The stroke is centered on the line.
(Read and Write property)
DirectDrawGraphicsMBS.TextAntialiasMode as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The antialiasing mode to use for subsequent text and glyph drawing operations.
(Read and Write property)
DirectDrawGraphicsMBS.Width as Single
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Windows Graphics | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
The items on this page are in the following plugins: MBS Win Plugin.