[4.0] (VectorAnimationRenderer) Add SetSize method
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / vector-animation-renderer.h
index 5b3bf35..97bff19 100755 (executable)
@@ -82,6 +82,14 @@ public:
   VectorAnimationRenderer& operator=( const VectorAnimationRenderer& rhs );
 
   /**
+   * @brief Sets the target image size.
+   *
+   * @param[in] width The target image width
+   * @param[in] height The target image height
+   */
+  void SetSize( uint32_t width, uint32_t height );
+
+  /**
    * @brief Starts the rendering.
    *
    * @return True if the renderer is successfully started, false otherwise.