「CGAffineTransform」の版間の差分

提供: MonoBook
ナビゲーションに移動 検索に移動
(ページの作成:「CGAffineTransformは {| class="wikitable" |+ |a XX (0,0) |b YX (1,0) |0 0 (2,0) |- |c XY (0,1) |d YY (1,1) |0 0 (2,1) |- |tx X0 (0,2) |ty Y0 (1,2) |1 1 (2,2) |}」)
 
1行目: 1行目:
CGAffineTransformは
+
Objective-CのCGAffineTransformとXamarin.iOSのCGAffineTransformのフィールド名が異なり紛らわしい問題。
 +
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+
|a
+
|width=100px|a<br/>XX<br/>(0,0)
XX
+
|width=100px|b<br/>YX<br/>(1,0)
 
+
|width=100px|0<br/> 0<br/>(2,0)
(0,0)
 
|b
 
YX
 
 
 
(1,0)
 
|0
 
0
 
 
 
(2,0)
 
 
|-
 
|-
|c
+
|width=100px|c<br/>XY<br/>(0,1)
XY
+
|width=100px|d<br/>YY<br/>(1,1)
 
+
|width=100px|0<br/>0 <br/>(2,1)
(0,1)
 
|d
 
YY
 
 
 
(1,1)
 
|0
 
0
 
 
 
(2,1)
 
 
|-
 
|-
|tx
+
|width=100px|tx<br/>X0<br/>(0,2)
X0
+
|width=100px|ty<br/>Y0<br/>(1,2)
 
+
|width=100px|1<br/>1<br/>(2,2)
(0,2)
 
|ty
 
Y0
 
 
 
(1,2)
 
|1
 
1
 
 
 
(2,2)
 
 
|}
 
|}

2021年10月4日 (月) 01:41時点における版

Objective-CのCGAffineTransformとXamarin.iOSのCGAffineTransformのフィールド名が異なり紛らわしい問題。

a
XX
(0,0)
b
YX
(1,0)
0
0
(2,0)
c
XY
(0,1)
d
YY
(1,1)
0
0
(2,1)
tx
X0
(0,2)
ty
Y0
(1,2)
1
1
(2,2)