C# Class UnCover, NewTOAPIA

Inheritance: TwoPartTransition
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
DestinationOfDstRect ( ) : Point[]
DestinationOfSrcRect ( ) : Point[]
DestinationRectangle ( ) : Rectangle
SourceRectangle ( ) : Rectangle
UnCover ( string name, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System

Method Details

DestinationOfDstRect() public method

public DestinationOfDstRect ( ) : Point[]
return Point[]

DestinationOfSrcRect() public method

public DestinationOfSrcRect ( ) : Point[]
return Point[]

DestinationRectangle() public method

public DestinationRectangle ( ) : Rectangle
return Rectangle

SourceRectangle() public method

public SourceRectangle ( ) : Rectangle
return Rectangle

UnCover() public method

public UnCover ( 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
return System