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

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty SizeF

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( SizeF sz1, SizeF sz2 ) : SizeF

Adds two SizeF structures together and returns the result.

Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Gets a hash code for the current SizeF.

SizeF ( PointF pt ) : System

Constructs a new instance of SizeF from the specified PointF.

The PointF.X will become the Width and the PointF.Y will be the Height.

SizeF ( float width, float height ) : System

Constructs a new instance of SizeF from the specified Width and Height.

Subtract ( SizeF sz1, SizeF sz2 ) : SizeF

Subtracts a SizeF by another SizeF.

ToString ( ) : string

Gets a string representation of the current SizeF.

operator ( ) : SizeF

Adds two SizeF structures together and returns the result.

operator ( ) : bool

Determines if two SizeF structures are equal.

메소드 상세

Add() 공개 정적인 메소드

Adds two SizeF structures together and returns the result.
public static Add ( SizeF sz1, SizeF sz2 ) : SizeF
sz1 SizeF The first to add.
sz2 SizeF The second to add.
리턴 SizeF

Equals() 공개 메소드

Determines if the current SizeF 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 SizeF.
public GetHashCode ( ) : int
리턴 int

SizeF() 공개 메소드

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

SizeF() 공개 메소드

Constructs a new instance of SizeF from the specified Width and Height.
public SizeF ( float width, float height ) : System
width float The value that should represent the .
height float The value that should represent the .
리턴 System

Subtract() 공개 정적인 메소드

Subtracts a SizeF by another SizeF.
public static Subtract ( SizeF sz1, SizeF sz2 ) : SizeF
sz1 SizeF The to be subtracted from.
sz2 SizeF The to subtract.
리턴 SizeF

ToString() 공개 메소드

Gets a string representation of the current SizeF.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Adds two SizeF structures together and returns the result.
public static operator ( ) : SizeF
리턴 SizeF

operator() 공개 정적인 메소드

Determines if two SizeF structures are equal.
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

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