C# 클래스 Wipe, NewTOAPIA

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( DrawEvent devent ) : void
OnFrameChanged ( ) : void
UpdateGeometryState ( double atTime ) : void
Wipe ( string name, GDIDIBSection dstBitmap, GDIDIBSection srcBitmap, Rectangle frame, double duration, int direction ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void

OnFrameChanged() 공개 메소드

public OnFrameChanged ( ) : void
리턴 void

UpdateGeometryState() 공개 메소드

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

Wipe() 공개 메소드

public Wipe ( string name, GDIDIBSection dstBitmap, GDIDIBSection srcBitmap, Rectangle frame, double duration, int direction ) : System
name string
dstBitmap GDIDIBSection
srcBitmap GDIDIBSection
frame Rectangle
duration double
direction int
리턴 System