C# 클래스 mtInertia.Picture

파일 보기 프로젝트 열기: RIT-Tool-Time/Cascade 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindMaxX float
FindMaxY float
FindMinX float
FindMinY float
GetBitmapBoundary System.Drawing.PointF[]
GetTrasformationMatrix Matrix
TransformImage System.Drawing.Bitmap

공개 메소드들

메소드 설명
Draw ( Graphics graphics ) : void
HitTest ( PointF point ) : bool
Picture ( string filePath, float dpiX, float dpiY ) : System

비공개 메소드들

메소드 설명
FindMaxX ( PointF bitmapRect ) : float
FindMaxY ( PointF bitmapRect ) : float
FindMinX ( PointF bitmapRect ) : float
FindMinY ( PointF bitmapRect ) : float
GetBitmapBoundary ( Matrix matrix ) : System.Drawing.PointF[]
GetTrasformationMatrix ( ) : Matrix
TransformImage ( ) : Bitmap

메소드 상세

Draw() 공개 메소드

public Draw ( Graphics graphics ) : void
graphics System.Drawing.Graphics
리턴 void

HitTest() 공개 메소드

public HitTest ( PointF point ) : bool
point System.Drawing.PointF
리턴 bool

Picture() 공개 메소드

public Picture ( string filePath, float dpiX, float dpiY ) : System
filePath string
dpiX float
dpiY float
리턴 System