DrawImage
Draws an image from a NativeImage to the specified area.
voidDrawImage ( const NativeImage& image, float scaleX, float scaleY, float rotation, float translationX, float translationY, bool transparent, Filtering filtering, const BlitEffect* blitEffect );
Parameters
- scaleX, scaleY
- The x and y parameter of the scale. If both values are 1, it draws the image in its original size.
- rotation
- This parameter sets the rotation angle.
- translationX, translationY
- Coordinates of the left top corner of the image.
Return Values
This function has no return value.
Requirements
- Version:
- ArchiCAD 14
- Header:
- NativeContext.hpp
- Import Library:
- DGGraphix.lib
- Module:
- DGGraphix.dll [WIN], DGGraphix.framework [MAC]