C# 클래스 Evbpc.Framework.Drawing.PointF

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty PointF

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Offsets a PointF by the specified Size.

Add ( PointF pt, SizeF sz ) : PointF

Offsets a PointF by the specified SizeF.

Equals ( object obj ) : bool

Determines if the current PointF is equal to the specified object.

GetHashCode ( ) : int

Gets a hash code for the current PointF.

PointF ( SizeF sz ) : System

Constructs a new instance of PointF from the specified SizeF.

The SizeF.Width will become the X and the SizeF.Height will become the Y.

PointF ( float x, float y ) : System

Constructs a new instance of PointF from the specified X and Y.

Subtract ( PointF pt, Size sz ) : PointF

Subtracts a PointF by a Size.

Subtract ( PointF pt, SizeF sz ) : PointF

Subtracts a PointF by a SizeF.

ToString ( ) : string

Gets a string representation of a PointF.

operator ( ) : PointF

Offsets a PointF object by the specified Size.

operator ( ) : bool

Determines if two PointF objects are equal.

메소드 상세

Add() 공개 정적인 메소드

Offsets a PointF by the specified Size.
public static Add ( PointF pt, Size sz ) : PointF
pt PointF The that should be offset.
sz Size The to offset by.
리턴 PointF

Add() 공개 정적인 메소드

Offsets a PointF by the specified SizeF.
public static Add ( PointF pt, SizeF sz ) : PointF
pt PointF The that should be offset.
sz SizeF The to offset by.
리턴 PointF

Equals() 공개 메소드

Determines if the current PointF is equal to the specified object.
public Equals ( object obj ) : bool
obj object The object to compare to the current .
리턴 bool

GetHashCode() 공개 메소드

Gets a hash code for the current PointF.
public GetHashCode ( ) : int
리턴 int

PointF() 공개 메소드

Constructs a new instance of PointF from the specified SizeF.
The SizeF.Width will become the X and the SizeF.Height will become the Y.
public PointF ( SizeF sz ) : System
sz SizeF The to construct the from.
리턴 System

PointF() 공개 메소드

Constructs a new instance of PointF from the specified X and Y.
public PointF ( float x, float y ) : System
x float The value that should represent the .
y float The value that should represent the .
리턴 System

Subtract() 공개 정적인 메소드

Subtracts a PointF by a Size.
public static Subtract ( PointF pt, Size sz ) : PointF
pt PointF The to be subtracted from.
sz Size The to subtract.
리턴 PointF

Subtract() 공개 정적인 메소드

Subtracts a PointF by a SizeF.
public static Subtract ( PointF pt, SizeF sz ) : PointF
pt PointF The to be subtracted from.
sz SizeF The to subtract.
리턴 PointF

ToString() 공개 메소드

Gets a string representation of a PointF.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Offsets a PointF object by the specified Size.
public static operator ( ) : PointF
리턴 PointF

operator() 공개 정적인 메소드

Determines if two PointF objects are equal.
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

Represents a PointF with default values.
public static PointF,Evbpc.Framework.Drawing Empty
리턴 PointF