#include <gfx_image.h>
Helper functions for image classes.
静态公共成员函数 |
|
static MAXON_METHOD Result < ImageBaseRef > | CreateSubImagePart (const ImageBaseRef &imageRef, const DrawRectInt &rect) |
私有成员函数 |
|
MAXON_INTERFACE_NONVIRTUAL ( ImageFunctionsInterface , MAXON_REFERENCE_NONE , "net.maxon.image.interface.imagefunctions") |
|
private |
|
static |
Create a new ImageBaseRef as a sub image of the given image with the given rectangle. The image will not be copied! It generates only a reference to the original image with the rectangle set to the portion of the image.
[in] | imageRef | Image to be referenced. |
[in] | rect | Part of the image. |