Table of Contents

Class PictureBox

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll
public class PictureBox : Control, ICloneable
Inheritance
PictureBox
Implements
Inherited Members
Extension Methods

Constructors

PictureBox()

public PictureBox()

Properties

Alpha

The level of transparency from 0 (invisible) to 255 (solid)

public byte Alpha { get; set; }

Property Value

byte

TextureFile

The file containing the texture for this picture box - no auto-update

public string TextureFile { get; set; }

Property Value

string

TextureFileValid

public bool TextureFileValid { get; }

Property Value

bool

TextureLocation

The upper left corner of the area in the texture file to use - no auto-update

public Point TextureLocation { get; set; }

Property Value

Point

TextureSize

The distance to the lower right corner of the area in the texture file to use - no auto-update

public Size TextureSize { get; set; }

Property Value

Size