FastReport's code
hi,
I have write some code and add it into FastReport's code in trial version.Now i want to know the code i have wrote will work fine or not in register version.The part of code :
procedure TfrPictureView.Draw(Canvas: TCanvas);
var
r: TRect;
kx, ky: Double;
w, h, w1, h1: Integer;
Bmp: TBitmap;
Vayo_Rect, Vayo_OriRect: TRect;
VayoMetafile : TMetafile;
hemf : HENHMETAFILE;
emh : ENHMETAHEADER;
DC : HDC;
PixelsX, PixelsY, MMX, MMY : Double;
bScale_X, bScale_Y : Double;
I have write some code and add it into FastReport's code in trial version.Now i want to know the code i have wrote will work fine or not in register version.The part of code :
procedure TfrPictureView.Draw(Canvas: TCanvas);
var
r: TRect;
kx, ky: Double;
w, h, w1, h1: Integer;
Bmp: TBitmap;
Vayo_Rect, Vayo_OriRect: TRect;
VayoMetafile : TMetafile;
hemf : HENHMETAFILE;
emh : ENHMETAHEADER;
DC : HDC;
PixelsX, PixelsY, MMX, MMY : Double;
bScale_X, bScale_Y : Double;
Comments