একটি ঘড়ির মুখের অংশের প্রতিনিধিত্ব করে যাতে এক বা একাধিক ছবি থাকে।
ওয়েয়ার ওএস 4 এ প্রবর্তিত।
সিনট্যাক্স
<PartImage x="integer" y="integer" width="integer" height="integer" pivotX="float" pivotY="float" angle="float-degrees" alpha="integer" name="string" scaleX="float" scaleY="float" renderMode="[SOURCE | MASK | ALL]" tintColor="argb-color | rgb-color"> <!-- Image-specific child elements. A "PartImage" element can have any number of these elements. --> <ImageFilters ... /> <Images> <Image ... /> </Images> <Image ... /> <!-- Child elements that are shared across all "Part" elements. --> <Localization .../> <Transform .../> <Variant .../> <Gyro .../> <Launch .../> <ScreenReader .../> </PartImage>
গুণাবলী
The PartImage
element has the following attributes:
প্রয়োজনীয় গুণাবলী
নিম্নলিখিত গুণাবলী প্রয়োজন:
-
x
,y
,width
,height
A collection of integers that specify the element's size and position.
এই বৈশিষ্ট্যগুলি রূপান্তরযোগ্য ।
ঐচ্ছিক বৈশিষ্ট্য
The following attributes are optional:
pivotX
, pivotY
These attributes are [transformable][6].
: A two-dimensional pivot point about which the element rotates. Both values are floating-point numbers that are scaled to fit in the range $ [0, 1] $.
-
angle
A number of degrees, clockwise, that the element should be rotated about its pivot point.
This attribute is transformable .
-
alpha
Set the level of transparency that this element should have.
0
এর মান নির্দেশ করে যে উপাদানটি সম্পূর্ণ স্বচ্ছ হওয়া উচিত। A value of255
indicates that the element should be completely opaque.This attribute is transformable .
-
name
A string that identifies this element. Useful if you need to refer to this element from another location within your watch face file.
-
scaleX
The horizontal scaling factor to apply to this element.
This attribute is transformable .
-
scaleY
The vertical scaling factor to apply to this element.
This attribute is transformable .
-
renderMode
The element's render mode type. Possible values are:
SOURCE
(default),MASK
, orALL
.-
tintColor
Apply a tint color filter to the element. আপনাকে অবশ্যই ARGB বিন্যাস (
#ff000000
= অস্বচ্ছ কালো) অথবা RGB বিন্যাস (#000000
= কালো) ব্যবহার করে রঙ নির্দিষ্ট করতে হবে।
অভ্যন্তরীণ উপাদান
The PartImage
element can contain the following inner elements. All elements are optional, and a PartImage
element can contain an unlimited number of each inner element -- except for Localization
, Gyro
, Launch
, and ScreenReader
, which can appear at most 1 time each.
আপনার জন্য প্রস্তাবিত
- দ্রষ্টব্য: জাভাস্ক্রিপ্ট বন্ধ থাকলে লিঙ্ক টেক্সট প্রদর্শিত হয়
- পার্ট ইমেজ