Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
GraphSample
CustomControls
PointF
C# 클래스 GraphSample.CustomControls.PointF
Use a simple Point struct since Silverlight blows up when you operate on the internal Point class outside of the Drawing thread.
파일 보기
프로젝트 열기: Esri/arcgis-samples-winphone
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
X
float
Y
float
공개 메소드들
메소드
설명
PointF
(
float
x
,
float
y
) :
System
메소드 상세
PointF()
공개
메소드
public
PointF
(
float
x
,
float
y
) :
System
x
float
y
float
리턴
System
프로퍼티 상세
X
공개적으로 프로퍼티
public
float
X
리턴
float
Y
공개적으로 프로퍼티
public
float
Y
리턴
float