Class Margins

Class Margins

이름 공간 : Aspose.Page 모임: Aspose.Page.dll (25.4.0)

이 클래스는 상단, 왼쪽, 바닥 및 오른쪽 경계를 캡슐합니다.

public class Margins

Inheritance

object Margins

상속 회원들

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Margins(인트, 인트, 인트)

마진 클래스의 사례를 시작합니다.

public Margins(int top, int left, int bottom, int right)

Parameters

top int

꼭대기 마진

left int

왼쪽 마진

bottom int

밑바닥 마진

right int

올바른 마진

Fields

바닥

밑바닥 마진

public int bottom

필드 가치

int

왼쪽

왼쪽 마진

public int left

필드 가치

int

오른쪽

올바른 마진

public int right

필드 가치

int

최고

꼭대기 마진

public int top

필드 가치

int

Methods

Equals(객체)

이 한계를 다른 한계와 비교하십시오.

public override bool Equals(object obj)

Parameters

obj object

또 다른 마진의 대상.

Returns

bool

모든 마진이 평등하다면 사실이다.

GetHashCode()

이 마진 개체에 대한 해시 코드를 계산합니다.

public override int GetHashCode()

Returns

int

하시 코드 입니다.

ToString()

이 마진 개체를 나타내는 끈을 만드십시오.

public override string ToString()

Returns

string

이 마진의 개체에 대한 끈 표현.

세트(인트, 인트, 인트)

마진 값을 지정합니다.

public void set(int top, int left, int bottom, int right)

Parameters

top int

꼭대기 마진

left int

왼쪽 마진

bottom int

밑바닥 마진

right int

올바른 마진

 한국어