C# Class InterfaceHierarchy.BitmapImage

Inheritance: IAdvancedDraw
显示文件 Open project: Apress/pro-c-sharp-9-w-.net-core-5 Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
DrawInBoundingBox ( int top, int left, int bottom, int right ) : void
DrawUpsideDown ( ) : void
TimeToDraw ( ) : int

Method Details

Draw() public method

public Draw ( ) : void
return void

DrawInBoundingBox() public method

public DrawInBoundingBox ( int top, int left, int bottom, int right ) : void
top int
left int
bottom int
right int
return void

DrawUpsideDown() public method

public DrawUpsideDown ( ) : void
return void

TimeToDraw() public method

public TimeToDraw ( ) : int
return int