Property | Type | Description | |
---|---|---|---|
FindMaxX | float | ||
FindMaxY | float | ||
FindMinX | float | ||
FindMinY | float | ||
GetBitmapBoundary | System.Drawing.PointF[] | ||
GetTrasformationMatrix | Matrix | ||
TransformImage |
Method | Description | |
---|---|---|
Draw ( |
||
HitTest ( |
||
Picture ( string filePath, float dpiX, float dpiY ) : System |
Method | Description | |
---|---|---|
FindMaxX ( |
||
FindMaxY ( |
||
FindMinX ( |
||
FindMinY ( |
||
GetBitmapBoundary ( Matrix matrix ) : System.Drawing.PointF[] | ||
GetTrasformationMatrix ( ) : Matrix | ||
TransformImage ( ) : |
public Draw ( |
||
graphics | ||
return | void |
public HitTest ( |
||
point | ||
return | bool |
public Picture ( string filePath, float dpiX, float dpiY ) : System | ||
filePath | string | |
dpiX | float | |
dpiY | float | |
return | System |