C# Class MSIT.Frame

Show file Open project: angelsl/ms-MSIT

Public Properties

Property Type Description
Delay int
Image System.Drawing.Bitmap
Number int
Offset System.Drawing.Point
OriginalDelay int

Public Methods

Method Description
Frame ( int no, Bitmap image, Point offset, int delay ) : System.Drawing

Method Details

Frame() public method

public Frame ( int no, Bitmap image, Point offset, int delay ) : System.Drawing
no int
image System.Drawing.Bitmap
offset System.Drawing.Point
delay int
return System.Drawing

Property Details

Delay public property

public int Delay
return int

Image public property

public Bitmap,System.Drawing Image
return System.Drawing.Bitmap

Number public property

public int Number
return int

Offset public property

public Point,System.Drawing Offset
return System.Drawing.Point

OriginalDelay public property

public int OriginalDelay
return int