Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows | MBS Win Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Constant | Value | Description |
---|---|---|
AntiAliasModeAliased | 1 |
Objects are aliased in most cases. Objects are antialiased only when they are drawn to a render target created by the CreateDxgiSurfaceRenderTarget method and Direct3D multisampling has been enabled on the backing DirectX Graphics Infrastructure (DXGI) surface. |
AntiAliasModePerPrimitive | 0 |
Edges are antialiased using the Direct2D per-primitive method of high-quality antialiasing. |
Constant | Value | Description |
---|---|---|
CapStyleFlat | 0 |
A cap that does not extend past the last point of the line. Comparable to cap used for objects other than lines. |
CapStyleRound | 0 |
A semicircle that has a diameter equal to the line thickness. |
CapStyleSquare | 0 |
Half of a square that has a length equal to the line thickness. |
CapStyleTriangle | 0 |
An isosceles right triangle whose hypotenuse is equal in length to the thickness of the line. |
Constant | Value | Description |
---|---|---|
DashStyleCustom | 5 |
The dash pattern is specified by an array of floating-point values. |
DashStyleDash | 1 |
A dash followed by a gap of equal length. The dash and the gap are each twice as long as the stroke thickness. The equivalent dash array for D2D1_DASH_STYLE_DASH is {2, 2}. |
DashStyleDashDot | 3 |
A dash, followed by a gap, followed by a dot, followed by another gap. The equivalent dash array for D2D1_DASH_STYLE_DASH_DOT is {2, 2, 0, 2}. |
DashStyleDashDotDot | 4 |
A dash, followed by a gap, followed by a dot, followed by another gap, followed by another dot, followed by another gap. The equivalent dash array for D2D1_DASH_STYLE_DASH_DOT_DOT is {2, 2, 0, 2, 0, 2}. |
DashStyleDot | 2 |
A dot followed by a longer gap. The equivalent dash array for D2D1_DASH_STYLE_DOT is {0, 2}. |
DashStyleSolid | 0 |
A solid line with no breaks. |
Constant | Value | Description |
---|---|---|
LineJoinBevel | 1 |
Beveled vertices. |
LineJoinMiter | 0 |
Regular angular vertices. |
LineJoinMiterOrBevel | 3 |
Regular angular vertices unless the join would extend beyond the miter limit; otherwise, beveled vertices. |
LineJoinRound | 2 |
Rounded vertices. |
Constant | Value | Description |
---|---|---|
TextAntiAliasModeAliased | 1 |
Do not use antialiasing. |
TextAntiAliasModeClearType | 1 |
Use ClearType antialiasing. |
TextAntiAliasModeDefault | 0 |
Use the system default. See Remarks. |
TextAntiAliasModeGrayscale | 1 |
Use grayscale antialiasing. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.