C# 클래스 System.Drawing.SizeF

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

공개 프로퍼티들

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

공개 메소드들

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

Performs vector addition of two objects.

Add ( System sz1, System sz2 ) : System.Drawing.SizeF
Equals ( object obj ) : bool

Tests to see whether the specified object is a with the same dimensions as this .

GetHashCode ( ) : int
SizeF ( System pt )
SizeF ( float width, float height )
SizeF ( PointF pt ) : System.Numerics.Hashing

Initializes a new instance of the class from the specified .

SizeF ( SizeF size ) : System.Numerics.Hashing

Initializes a new instance of the class from the specified existing .

SizeF ( float width, float height ) : System.Numerics.Hashing

Initializes a new instance of the class from the specified dimensions.

Subtract ( SizeF sz1, SizeF sz2 ) : SizeF

Contracts a by another .

Subtract ( System sz1, System sz2 ) : System.Drawing.SizeF
ToPointF ( ) : PointF
ToPointF ( ) : System.Drawing.PointF
ToSize ( ) : Size
ToSize ( ) : System.Drawing.Size
ToString ( ) : string

Creates a human-readable string that represents this .

operator ( ) : SizeF

Performs vector addition of two objects.

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

Tests whether two objects are identical.

메소드 상세

Add() 공개 정적인 메소드

Performs vector addition of two objects.

public static Add ( SizeF sz1, SizeF sz2 ) : SizeF
sz1 SizeF
sz2 SizeF
리턴 SizeF

Add() 공개 정적인 메소드

public static Add ( System sz1, System sz2 ) : System.Drawing.SizeF
sz1 System
sz2 System
리턴 System.Drawing.SizeF

Equals() 공개 메소드

Tests to see whether the specified object is a with the same dimensions as this .

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SizeF() 공개 메소드

public SizeF ( System pt )
pt System

SizeF() 공개 메소드

public SizeF ( float width, float height )
width float
height float

SizeF() 공개 메소드

Initializes a new instance of the class from the specified .

public SizeF ( PointF pt ) : System.Numerics.Hashing
pt PointF
리턴 System.Numerics.Hashing

SizeF() 공개 메소드

Initializes a new instance of the class from the specified existing .
public SizeF ( SizeF size ) : System.Numerics.Hashing
size SizeF
리턴 System.Numerics.Hashing

SizeF() 공개 메소드

Initializes a new instance of the class from the specified dimensions.

public SizeF ( float width, float height ) : System.Numerics.Hashing
width float
height float
리턴 System.Numerics.Hashing

Subtract() 공개 정적인 메소드

Contracts a by another .

public static Subtract ( SizeF sz1, SizeF sz2 ) : SizeF
sz1 SizeF
sz2 SizeF
리턴 SizeF

Subtract() 공개 정적인 메소드

public static Subtract ( System sz1, System sz2 ) : System.Drawing.SizeF
sz1 System
sz2 System
리턴 System.Drawing.SizeF

ToPointF() 공개 메소드

public ToPointF ( ) : PointF
리턴 PointF

ToPointF() 공개 메소드

public ToPointF ( ) : System.Drawing.PointF
리턴 System.Drawing.PointF

ToSize() 공개 메소드

public ToSize ( ) : Size
리턴 Size

ToSize() 공개 메소드

public ToSize ( ) : System.Drawing.Size
리턴 System.Drawing.Size

ToString() 공개 메소드

Creates a human-readable string that represents this .

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Performs vector addition of two objects.

public static operator ( ) : SizeF
리턴 SizeF

operator() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

Tests whether two objects are identical.
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

Initializes a new instance of the class.
public static SizeF,System.Drawing Empty
리턴 SizeF

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

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