C# 클래스 InterfaceHierarchy.BitmapImage

상속: IAdvancedDraw
파일 보기 프로젝트 열기: Apress/pro-c-sharp-9-w-.net-core-5 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
DrawInBoundingBox ( int top, int left, int bottom, int right ) : void
DrawUpsideDown ( ) : void
TimeToDraw ( ) : int

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

DrawInBoundingBox() 공개 메소드

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

DrawUpsideDown() 공개 메소드

public DrawUpsideDown ( ) : void
리턴 void

TimeToDraw() 공개 메소드

public TimeToDraw ( ) : int
리턴 int