C# 클래스 System.Drawing.PointF

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty PointF
Empty System.Drawing.PointF

공개 메소드들

메소드 설명
Add ( PointF pt, Size sz ) : PointF

Translates a by a given .

Add ( PointF pt, SizeF sz ) : PointF

Translates a by a given .

Add ( System pt, System sz ) : System.Drawing.PointF
Equals ( object obj ) : bool
GetHashCode ( ) : int
PointF ( float x, float y )
PointF ( float x, float y ) : System.Numerics.Hashing

Initializes a new instance of the class with the specified coordinates.

Subtract ( PointF pt, Size sz ) : PointF

Translates a by the negative of a given .

Subtract ( PointF pt, SizeF sz ) : PointF

Translates a by the negative of a given .

Subtract ( System pt, System sz ) : System.Drawing.PointF
ToString ( ) : string
operator ( ) : PointF

Translates a by a given .

operator ( ) : System.Drawing.PointF
operator ( ) : bool

Compares two objects. The result specifies whether the values of the and properties of the two objects are equal.

메소드 상세

Add() 공개 정적인 메소드

Translates a by a given .

public static Add ( PointF pt, Size sz ) : PointF
pt PointF
sz Size
리턴 PointF

Add() 공개 정적인 메소드

Translates a by a given .

public static Add ( PointF pt, SizeF sz ) : PointF
pt PointF
sz SizeF
리턴 PointF

Add() 공개 정적인 메소드

public static Add ( System pt, System sz ) : System.Drawing.PointF
pt System
sz System
리턴 System.Drawing.PointF

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PointF() 공개 메소드

public PointF ( float x, float y )
x float
y float

PointF() 공개 메소드

Initializes a new instance of the class with the specified coordinates.

public PointF ( float x, float y ) : System.Numerics.Hashing
x float
y float
리턴 System.Numerics.Hashing

Subtract() 공개 정적인 메소드

Translates a by the negative of a given .

public static Subtract ( PointF pt, Size sz ) : PointF
pt PointF
sz Size
리턴 PointF

Subtract() 공개 정적인 메소드

Translates a by the negative of a given .

public static Subtract ( PointF pt, SizeF sz ) : PointF
pt PointF
sz SizeF
리턴 PointF

Subtract() 공개 정적인 메소드

public static Subtract ( System pt, System sz ) : System.Drawing.PointF
pt System
sz System
리턴 System.Drawing.PointF

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Translates a by a given .

public static operator ( ) : PointF
리턴 PointF

operator() 공개 정적인 메소드

public static operator ( ) : System.Drawing.PointF
리턴 System.Drawing.PointF

operator() 공개 정적인 메소드

Compares two objects. The result specifies whether the values of the and properties of the two objects are equal.

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Creates a new instance of the class with member data left uninitialized.

public static PointF,System.Drawing Empty
리턴 PointF

Empty 공개적으로 정적으로 프로퍼티

public static System.Drawing.PointF Empty
리턴 System.Drawing.PointF