Table of Contents

Class GLOverlaySettings

Namespace
VisioForge.Core.Types.X.OpenGL
Assembly
VisioForge.Core.dll

OpenGL overlay settings.

public class GLOverlaySettings

Inheritance

Inherited Members

Constructors

GLOverlaySettings(string)

Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLOverlaySettings class.

public GLOverlaySettings(string filename)

Parameters

filename string

The filename.

Properties

Alpha

Gets or sets the alpha.

public double Alpha { get; set; }

Property Value

double

Data

Gets the data.

public byte[] Data { get; }

Property Value

byte[]

Filename

Gets the filename.

public string Filename { get; }

Property Value

string

Height

Gets or sets the height.

public int Height { get; set; }

Property Value

int

Width

Gets or sets the width.

public int Width { get; set; }

Property Value

int

X

Gets or sets the x.

public int X { get; set; }

Property Value

int

Y

Gets or sets the y.

public int Y { get; set; }

Property Value

int