C# Class MSIT.Frame

Datei anzeigen 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_oe property

public int Delay
return int

Image public_oe property

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

Number public_oe property

public int Number
return int

Offset public_oe property

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

OriginalDelay public_oe property

public int OriginalDelay
return int