C# Class InterfaceHierarchy.BitmapImage

Inheritance: IAdvancedDraw
Afficher le fichier Open project: Apress/pro-c-sharp-9-w-.net-core-5 Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
DrawInBoundingBox ( int top, int left, int bottom, int right ) : void
DrawUpsideDown ( ) : void
TimeToDraw ( ) : int

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

DrawInBoundingBox() public méthode

public DrawInBoundingBox ( int top, int left, int bottom, int right ) : void
top int
left int
bottom int
right int
Résultat void

DrawUpsideDown() public méthode

public DrawUpsideDown ( ) : void
Résultat void

TimeToDraw() public méthode

public TimeToDraw ( ) : int
Résultat int