aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/api/SkIPoint16_Reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/user/api/SkIPoint16_Reference.md')
-rw-r--r--site/user/api/SkIPoint16_Reference.md37
1 files changed, 29 insertions, 8 deletions
diff --git a/site/user/api/SkIPoint16_Reference.md b/site/user/api/SkIPoint16_Reference.md
index 8d6e962beb..fdc2672d06 100644
--- a/site/user/api/SkIPoint16_Reference.md
+++ b/site/user/api/SkIPoint16_Reference.md
@@ -5,24 +5,26 @@ SkIPoint16 Reference
## <a name="Overview"></a> Overview
-## <a name="Subtopics"></a> Subtopics
+## <a name="Subtopic"></a> Subtopic
| name | description |
| --- | --- |
-| <a href="#Constructors">Constructors</a> | functions that construct <a href="SkIPoint16_Reference#SkIPoint16">SkIPoint16</a> |
-| <a href="#Member_Functions">Member Functions</a> | static functions and member methods |
-| <a href="#Members">Members</a> | member values |
+| <a href="#Constructor">Constructor</a> | functions that construct <a href="SkIPoint16_Reference#SkIPoint16">SkIPoint16</a> |
+| <a href="#Member_Function">Member Function</a> | static functions and member methods |
+| <a href="#Member">Member</a> | member values |
+| <a href="#Related_Function">Related Function</a> | similar methods grouped together |
# <a name="SkIPoint16"></a> Struct SkIPoint16
<a href="#SkIPoint16">SkIPoint16</a> holds two 16 bit integer coordinates.
-## <a name="Constructors"></a> Constructors
+## <a name="Related_Function"></a> Related Function
| name | description |
| --- | --- |
-| <a href="#SkIPoint16_Make">Make</a> | constructs from integer inputs |
+| <a href="#Property">Property</a> | member values |
+| <a href="#Set">Set</a> | replaces all values |
-## <a name="Member_Functions"></a> Member Functions
+## <a name="Member_Function"></a> Member Function
| name | description |
| --- | --- |
@@ -31,7 +33,7 @@ SkIPoint16 Reference
| <a href="#SkIPoint16_x">x</a> | returns <a href="#SkIPoint16_fX">fX</a> |
| <a href="#SkIPoint16_y">y</a> | returns <a href="#SkIPoint16_fY">fY</a> |
-## <a name="Members"></a> Members
+## <a name="Member"></a> Member
| name | description |
| --- | --- |
@@ -46,6 +48,12 @@ x-axis value used by <a href="#IPoint16">IPoint16</a>
y-axis value used by <a href="#IPoint16">IPoint16</a>
+## <a name="Constructor"></a> Constructor
+
+| name | description |
+| --- | --- |
+| <a href="#SkIPoint16_Make">Make</a> | constructs from integer inputs |
+
<a name="SkIPoint16_Make"></a>
## Make
@@ -88,6 +96,13 @@ pt1.fY == pt2.fY
---
+## <a name="Property"></a> Property
+
+| name | description |
+| --- | --- |
+| <a href="#SkIPoint16_x">x</a> | returns <a href="#SkIPoint16_fX">fX</a> |
+| <a href="#SkIPoint16_y">y</a> | returns <a href="#SkIPoint16_fY">fY</a> |
+
<a name="SkIPoint16_x"></a>
## x
@@ -150,6 +165,12 @@ pt1.fY == pt1.y()
---
+## <a name="Set"></a> Set
+
+| name | description |
+| --- | --- |
+| <a href="#SkIPoint16_set">set</a> | sets to integer input |
+
<a name="SkIPoint16_set"></a>
## set