C# 클래스 MSIT.Frame

파일 보기 프로젝트 열기: angelsl/ms-MSIT

공개 프로퍼티들

프로퍼티 타입 설명
Delay int
Image System.Drawing.Bitmap
Number int
Offset System.Drawing.Point
OriginalDelay int

공개 메소드들

메소드 설명
Frame ( int no, Bitmap image, Point offset, int delay ) : System.Drawing

메소드 상세

Frame() 공개 메소드

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

프로퍼티 상세

Delay 공개적으로 프로퍼티

public int Delay
리턴 int

Image 공개적으로 프로퍼티

public Bitmap,System.Drawing Image
리턴 System.Drawing.Bitmap

Number 공개적으로 프로퍼티

public int Number
리턴 int

Offset 공개적으로 프로퍼티

public Point,System.Drawing Offset
리턴 System.Drawing.Point

OriginalDelay 공개적으로 프로퍼티

public int OriginalDelay
리턴 int