Class PictureBox
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
TextureFile
The file containing the texture for this picture box - no auto-update
public string TextureFile { get; set; }
Property Value
TextureFileValid
public bool TextureFileValid { get; }
Property Value
TextureLocation
The upper left corner of the area in the texture file to use - no auto-update
public Point TextureLocation { get; set; }
Property Value
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; }