Méthode |
Description |
|
calcDestRaster ( Bitmap source, BoundingRectangle rectangle, ICoordinate warpTransformResult, RasterBindingProgress progress ) : Bitmap |
|
|
calculateAffinneTransform ( int width, int height, PointF affinneTransformResult, Point sourceNodes, ICoordinate destNodes, RasterBindingProgress progress ) : void |
|
|
calculateOptimalAffineTransformPoints ( Point sourceNodes, ICoordinate destNodes ) : int[] |
|
|
calculateRubberSheetTransform ( int width, int height, PointF source, ICoordinate result, ICoordinate sourceNodes, ICoordinate destNodesShifts, RasterBindingProgress progress ) : void |
|
|
checkControlPoints ( int sourceWidth, int sourceHeight, Point sourceControlPoints ) : bool |
|
|
fillPixel ( int x, int y, Bitmap bmp, byte fillCount, int width, int height ) : void |
|
|
getAffineTransformMatrix ( PointF p01, PointF p02, PointF p03, PointF p11, PointF p12, PointF p13 ) : Matrix |
|
|
getDestRasterX ( int width, ICoordinate point, BoundingRectangle rectangle ) : int |
|
|
getDestRasterY ( int height, ICoordinate point, BoundingRectangle rectangle ) : int |
|
|
notifyProgessListenerIfNeeded ( RasterBindingProgress progress, int startProgressPercent, int endProgressPercent, double &completed, double &previousPercent, int sourceWidth ) : void |
|
|