LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
image.h
Go to the documentation of this file.
1 // Copyright 2015 Trimble Navigation Ltd. All rights reserved.
2 // This file is intended for public distribution.
3 
4 #ifndef LAYOUT_MODEL_IMAGE_H_
5 #define LAYOUT_MODEL_IMAGE_H_
6 
7 #include <LayOutAPI/common.h>
9 #include <LayOutAPI/model/defs.h>
10 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif // __cplusplus
19 
37  LOImageRef* image, const LOAxisAlignedRect2D* bounds, const char* file_path);
38 
47 
58 
69 
79 
91 
107 
120 
142 
143 #ifdef __cplusplus
144 } // end extern "C"
145 #endif // __cplusplus
146 #endif // LAYOUT_MODEL_IMAGE_H_