LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator 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 
104 
126 
127 #ifdef __cplusplus
128 } // end extern "C"
129 #endif // __cplusplus
130 #endif // LAYOUT_MODEL_IMAGE_H_