X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Feffects-view%2Feffects-view.h;h=6ced5a9eb6d420f7dcb107cf948da5eced2f76bc;hb=refs%2Fchanges%2F92%2F236492%2F1;hp=7079bd9226a13dc151d5e8fda93c270aefa95a5f;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/effects-view/effects-view.h b/dali-toolkit/devel-api/controls/effects-view/effects-view.h index 7079bd9..6ced5a9 100644 --- a/dali-toolkit/devel-api/controls/effects-view/effects-view.h +++ b/dali-toolkit/devel-api/controls/effects-view/effects-view.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_EFFECTS_VIEW_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -19,7 +19,7 @@ */ // EXTERNAL INCLUDES -#include +#include // INTERNAL INCLUDES #include @@ -45,8 +45,8 @@ class EffectsView; * EffectsView effectsView = EffectsView::New( Toolkit::EffectsView::EMBOSS ); * * // set position and format - * effectsView.SetParentOrigin( ParentOrigin::CENTER ); - * effectsView.SetSize( Vector2( width, height) ); + * effectsView.SetProperty( Actor::Property::PARENT_ORIGIN, ParentOrigin::CENTER ); + * effectsView.SetProperty( Actor::Property::SIZE, Vector2( width, height) ); * effectsView.SetPixelFormat( Pixel::RGBA8888 ); * * // set effect type and properties