Platforms to show: All Mac Windows Linux Cross-Platform

Back to DirectDrawGraphicsMBS class.

DirectDrawGraphicsMBS.AntiAliasModeAliased = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the anti alias modes.

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.

DirectDrawGraphicsMBS.AntiAliasModePerPrimitive = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the anti alias modes.

Edges are antialiased using the Direct2D per-primitive method of high-quality antialiasing.

DirectDrawGraphicsMBS.CapStyleFlat = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the cap styles.

A cap that does not extend past the last point of the line. Comparable to cap used for objects other than lines.

DirectDrawGraphicsMBS.CapStyleRound = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the cap styles.

A semicircle that has a diameter equal to the line thickness.

DirectDrawGraphicsMBS.CapStyleSquare = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the cap styles.

Half of a square that has a length equal to the line thickness.

DirectDrawGraphicsMBS.CapStyleTriangle = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the cap styles.

An isosceles right triangle whose hypotenuse is equal in length to the thickness of the line.

DirectDrawGraphicsMBS.DashStyleCustom = 5

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the dash styles.

The dash pattern is specified by an array of floating-point values.

DirectDrawGraphicsMBS.DashStyleDash = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the dash styles.

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}.

DirectDrawGraphicsMBS.DashStyleDashDot = 3

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the dash styles.

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}.

DirectDrawGraphicsMBS.DashStyleDashDotDot = 4

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the dash styles.

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}.

DirectDrawGraphicsMBS.DashStyleDot = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the dash styles.

A dot followed by a longer gap. The equivalent dash array for D2D1_DASH_STYLE_DOT is {0, 2}.

DirectDrawGraphicsMBS.DashStyleSolid = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the dash styles.

A solid line with no breaks.

DirectDrawGraphicsMBS.LineJoinBevel = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the line join constants.

Beveled vertices.

DirectDrawGraphicsMBS.LineJoinMiter = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the line join constants.

Regular angular vertices.

DirectDrawGraphicsMBS.LineJoinMiterOrBevel = 3

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the line join constants.

Regular angular vertices unless the join would extend beyond the miter limit; otherwise, beveled vertices.

DirectDrawGraphicsMBS.LineJoinRound = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the line join constants.

Rounded vertices.

DirectDrawGraphicsMBS.TextAntiAliasModeAliased = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the text anti alias modes.

Do not use antialiasing.

DirectDrawGraphicsMBS.TextAntiAliasModeClearType = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the text anti alias modes.

Use ClearType antialiasing.

DirectDrawGraphicsMBS.TextAntiAliasModeDefault = 0

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the text anti alias modes.

Use the system default. See Remarks.

DirectDrawGraphicsMBS.TextAntiAliasModeGrayscale = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 20.3
One of the text anti alias modes.

Use grayscale antialiasing.

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...