C# 클래스 Stretch, NewTOAPIA

상속: ImageTransition
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( NewTOAPIA devent ) : void
OnReset ( ) : void
SourceRectangle ( ) : Rectangle
Stretch ( string name, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System
UpdateGeometryState ( double atTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( NewTOAPIA devent ) : void
devent NewTOAPIA
리턴 void

OnReset() 공개 메소드

public OnReset ( ) : void
리턴 void

SourceRectangle() 공개 메소드

public SourceRectangle ( ) : Rectangle
리턴 Rectangle

Stretch() 공개 메소드

public Stretch ( string name, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System
name string
srcPixelBuffer NewTOAPIA.Drawing.GDI.GDIDIBSection
frame Rectangle
duration double
direction int
리턴 System

UpdateGeometryState() 공개 메소드

public UpdateGeometryState ( double atTime ) : void
atTime double
리턴 void