565
X 3015 : 2008 (ISO/IEC 23270 : 2006)
<summary>
Instance variable <c>y</c> represents the Point's y-coordinate.
</summary>
</member>
<member name="M:Graphics.Point.#ctor">
<summary>
This constructor initializes the new Point to (0,0).
</summary>
</member>
<member
name="M:Graphics.Point.#ctor(System.Int32,System.Int32)">
<summary>
This constructor initializes the new Point to
(<paramref name="xor"/>,<paramref name="yor"/>).
</summary>
<param name="xor">The new Point's x-coordinate.</param>
<param name="yor">The new Point's y-coordinate.</param>
</member>
<member name="M:Graphics.Point.Move(System.Int32,System.Int32)">
<summary>
This method changes the point's location to the given
coordinates.
</summary>
<param name="xor">The new x-coordinate.</param>
<param name="yor">The new y-coordinate.</param>
<seealso
cref="M:Graphics.Point.Translate(System.Int32,System.Int32)"/>
</member>
<member
name="M:Graphics.Point.Translate(System.Int32,System.Int32)">
<summary>
This method changes the point's location by the given
x- and y-offsets.
</summary>
<example>
The following code:
<code>
Point p = new Point(3,5);
p.Translate(-1,3);
</code>
――――― [JIS X 3015 pdf 581] ―――――
566
X 3015 : 2008 (ISO/IEC 23270 : 2006)
results in <c>p</c>'s having the value (2,8).
</example>
<param name="xor">The relative x-offset.</param>
<param name="yor">The relative y-offset.</param>
<seealso
cref="M:Graphics.Point.Move(System.Int32,System.Int32)"/>
</member>
<member name="M:Graphics.Point.Equals(System.Object)">
<summary>
This method determines whether two Points have the same
location.
</summary>
<param name="o">
The object to be compared to the current object.
</param>
<returns>
True if the Points have the same location; otherwise, false.
</returns>
<seealso
cref="M:Graphics.Point.opEquality(Graphics.Point,Graphics.Point)"
/>
<seealso
cref="M:Graphics.Point.opInequality(Graphics.Point,Graphics.Point
)"/>
</member>
<member name="M:Graphics.Point.GetHashCode">
<summary>
Computes the hash code for a Point.
</summary>
<returns>
A hash code computed from the x and y coordinates.
</returns>
</member>
<member name="M:Graphics.Point.ToString">
<summary>
Report a point's location as a string.
</summary>
<returns>
A string representing a point's location, in the form (x,y),
without any leading, training, or embedded whitespace.
――――― [JIS X 3015 pdf 582] ―――――
567
X 3015 : 2008 (ISO/IEC 23270 : 2006)
</returns>
</member>
<member
name="M:Graphics.Point.opEquality(Graphics.Point,Graphics.Point)"
>
<summary>
This operator determines whether two Points have the same
location.
</summary>
<param name="p1">The first Point to be compared.</param>
<param name="p2">The second Point to be compared.</param>
<returns>
True if the Points have the same location; otherwise, false.
</returns>
<seealso cref="M:Graphics.Point.Equals(System.Object)"/>
<seealso
cref="M:Graphics.Point.opInequality(Graphics.Point,Graphics.Point
)"/>
</member>
<member
name="M:Graphics.Point.opInequality(Graphics.Point,Graphics.Point
)">
<summary>
This operator determines whether two Points have the same
location.
</summary>
<param name="p1">The first Point to be compared.</param>
<param name="p2">The second Point to be compared.</param>
<returns>
True if the Points do not have the same location;
otherwise, false.
</returns>
<seealso cref="M:Graphics.Point.Equals(System.Object)"/>
<seealso
cref="M:Graphics.Point.opEquality(Graphics.Point,Graphics.Point)"
/>
</member>
<member name="M:Graphics.Point.Main">
<summary>
<para>
――――― [JIS X 3015 pdf 583] ―――――
568
X 3015 : 2008 (ISO/IEC 23270 : 2006)
This is the entry point of the Point class testing program.
</para>
<para>
This program tests each method and operator, and is intended
to be run after any non-trvial maintenance has been performed
on the Point class.
</para>
</summary>
</member>
<member name="P:Graphics.Point.X">
<value>
The Point's x-coordinate.
</value>
</member>
<member name="P:Graphics.Point.Y">
<value>
The Point's y-coordinate.
</value>
</member>
</members>
</doc>
――――― [JIS X 3015 pdf 584] ―――――
569
X 3015 : 2008 (ISO/IEC 23270 : 2006)
附属書F
(参考)
参考文献
序文
この附属書は,本体の規定を補足するものであって,規定の一部ではない。
ANSI X3.274:1996,Programming Language-REXX(本書は,浮動小数点10進算術規則を理解する上で
有用となる。)
ISO 31-0:1992,Annex B (informative), Guide to the rounding of numbers(本書では銀行型丸めの定義を与
える。)
JIS X 3010:2003 プログラム言語C
注記 対応国際規格 : ISO/IEC 9899:1999,Programming languages−C (IDT)
JIS X 3014:2003 プログラム言語C++
注記 対応国際規格 : ISO/IEC 14882:2003,Programming languages−C++ (IDT)
JIS X 3015:2008の引用国際規格 ISO 一覧
- ISO/IEC 23270:2006(IDT)
JIS X 3015:2008の国際規格 ICS 分類一覧
- 35 : 情報技術.事務機械 > 35.060 : 情報技術に使用される言語
JIS X 3015:2008の関連規格と引用規格一覧
- 規格番号
- 規格名称
- JISX0221:1995
- 国際符号化文字集合(UCS) ― 第1部 体系及び基本多言語面
- JISX0221:2014
- 国際符号化文字集合(UCS)
- JISX0221:2020
- 国際符号化文字集合(UCS)