1 Star 0 Fork 5.1K

JayWang / docs

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
ILine.md 3.85 KB
Copy Edit Raw Blame History
wenjun authored 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

ILine

Overview

Related Modules:

Display

Description:

Describes a line to help draw lines in hardware acceleration.

Summary

Data Fields

Variable Name

Description

x0

int32_t 

y0

int32_t 

x1

int32_t 

y1

int32_t 

color

uint32_t 

Details

Field Documentation

color

uint32_t ILine::color

Description:

Line color

x0

int32_t ILine::x0

Description:

X-axis coordinate of the start point of a line

x1

int32_t ILine::x1

Description:

X-axis coordinate of the end point of a line

y0

int32_t ILine::y0

Description:

Y-axis coordinate of the start point of a line

y1

int32_t ILine::y1

Description:

Y-axis coordinate of the end point of a line

1
https://gitee.com/mole1/docs.git
git@gitee.com:mole1/docs.git
mole1
docs
docs
master

Search