S
sz_toto
Unregistered / Unconfirmed
GUEST, unregistred user!
bmp := TGPBitmap.Create(w,h,stride,PixelFormat24bppRGB,rawdata);
g := TGPGraphics.Create(bmp);
g.DrawString( DateTimeToStr(Now), -1, font, MakePoint(0.0,0.0), brush);
g.RotateFlip(Rotate90FlipX);
现在我想把G翻转,可是不行啊,RotateFlip不支持TGPGraphics翻转,谁有好办法?
g := TGPGraphics.Create(bmp);
g.DrawString( DateTimeToStr(Now), -1, font, MakePoint(0.0,0.0), brush);
g.RotateFlip(Rotate90FlipX);
现在我想把G翻转,可是不行啊,RotateFlip不支持TGPGraphics翻转,谁有好办法?