DisplayUseDirectDraw Property

CVB.Net Documentation
Specifies whether DirectDraw or GDI functionality should be used to paint the display. Depending on hardware or driver versions switching the paint functions may yield performance benefits.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

[DefaultValueAttribute(false)]
public bool UseDirectDraw { get; set; }

Property Value

Type: Boolean
See Also

Reference