Class GLOverlaySettings
- Namespace
- VisioForge.Core.Types.X.OpenGL
- Assembly
- VisioForge.Core.dll
OpenGL overlay settings.
public class GLOverlaySettingsInheritance
Inherited Members
Constructors
GLOverlaySettings(string)
Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLOverlaySettings class.
public GLOverlaySettings(string filename)Parameters
filenamestring-
The filename.
Properties
Alpha
Gets or sets the alpha.
public double Alpha { get; set; }Property Value
Data
Gets the data.
public byte[] Data { get; }Property Value
- byte[]
Filename
Gets the filename.
public string Filename { get; }Property Value
Height
Gets or sets the height.
public int Height { get; set; }Property Value
Width
Gets or sets the width.
public int Width { get; set; }Property Value
X
Gets or sets the x.
public int X { get; set; }Property Value
Y
Gets or sets the y.
public int Y { get; set; }