Home
last modified time | relevance | path

Searched refs:EllipseShape (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_shape/src/
H A DEllipseShape.ts27 class EllipseShape extends __EllipseShape__<EllipseShape> {
32 width(width: string | number): EllipseShape {
36 height(height: string | number): EllipseShape {
40 size(size: SizeOptions): EllipseShape {
44 offset(offset: Position): EllipseShape {
48 fill(width: string | number): EllipseShape {
52 position(position: Position): EllipseShape {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-shape.md15 import { CircleShape, EllipseShape, PathShape, RectShape } from "@kit.ArkUI";
42 ## EllipseShape section
354 import { CircleShape, EllipseShape, PathShape, RectShape } from "@kit.ArkUI";
366 Text('EllipseShape, offset').fontSize(20).width('75%').fontColor('#DCDCDC')
368 … .clipShape(new EllipseShape({ width: '350px', height: '280px' }).offset({ x: '10px', y: '10px' }))
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsShape.js129 class EllipseShape extends __EllipseShape__ { class
153 export default { RectShape, CircleShape, PathShape, EllipseShape };
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sharp-clipping.md49 clipShape(value: CircleShape | EllipseShape | PathShape | RectShape)
63 | value | [CircleShape](../js-apis-arkui-shape.md#circleshape)&nbsp;\|&nbsp;[EllipseShape](../js-a…
103 maskShape(value: CircleShape | EllipseShape | PathShape | RectShape)
117 | value | [CircleShape](../js-apis-arkui-shape.md#circleshape)&nbsp;\|&nbsp;[EllipseShape](../js-a…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-sharp-clipping.md49 clipShape(value: CircleShape | EllipseShape | PathShape | RectShape)
63 | value | [CircleShape](../js-apis-arkui-shape.md#circleshape) \| [EllipseShape](../js-apis-arkui-…
103 maskShape(value: CircleShape | EllipseShape | PathShape | RectShape)
117 | value | [CircleShape](../js-apis-arkui-shape.md#circleshape) \| [EllipseShape](../js-apis-arkui-…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-shape.md15 import { CircleShape, EllipseShape, PathShape, RectShape } from "@kit.ArkUI";
42 ## EllipseShape section
354 import { CircleShape, EllipseShape, PathShape, RectShape } from "@kit.ArkUI";
366 Text('EllipseShape, offset').fontSize(20).width('75%').fontColor('#DCDCDC')
368 … .clipShape(new EllipseShape({ width: '350px', height: '280px' }).offset({ x: '10px', y: '10px' }))