Seperate the API macros
[platform/core/uifw/dali-core.git] / dali / devel-api / images / nine-patch-image.h
index 6f7af80..7c644e2 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_NINE_PATCH_IMAGE_H__
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -46,12 +46,10 @@ class NinePatchImage;
  * remove the border from it's bitmap. An API can be used to obtain a BufferImage with
  * the border removed.
  *
- * Adding this image to an ImageActor using an Image handle will automatically convert
- * to use the cropped BufferImage - if you don't retain a handle to this object, it will
- * be automatically destroyed.
+ * If you don't retain a handle to this object, it will be automatically destroyed.
  * @SINCE_1_0.0
  */
-class DALI_IMPORT_API NinePatchImage : public ResourceImage
+class DALI_CORE_API NinePatchImage : public ResourceImage
 {
 public:
   typedef Vector< Uint16Pair > StretchRanges;