C# 클래스 TwoPartTransition, NewTOAPIA

상속: ImageTransition
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
DestinationOfDstRect ( ) : Point[]
DestinationOfSrcRect ( ) : Point[]
DestinationRectangle ( ) : Rectangle
Draw ( DrawEvent devent ) : void
SourceRectangle ( ) : Rectangle
TwoPartTransition ( string name, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System
UpdateGeometryState ( double atTime ) : void

메소드 상세

DestinationOfDstRect() 공개 메소드

public DestinationOfDstRect ( ) : Point[]
리턴 Point[]

DestinationOfSrcRect() 공개 메소드

public DestinationOfSrcRect ( ) : Point[]
리턴 Point[]

DestinationRectangle() 공개 메소드

public DestinationRectangle ( ) : Rectangle
리턴 Rectangle

Draw() 공개 메소드

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

SourceRectangle() 공개 메소드

public SourceRectangle ( ) : Rectangle
리턴 Rectangle

TwoPartTransition() 공개 메소드

public TwoPartTransition ( string name, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System
name string
dstPixelBuffer GDIDIBSection
srcPixelBuffer GDIDIBSection
frame Rectangle
duration double
direction int
리턴 System

UpdateGeometryState() 공개 메소드

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