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(int, int, int, int)

เริ่มต้นตัวอย่างของเกรด Margin

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(วัตถุ)

การเปรียบเทียบ margins นี้กับอื่น ๆ

public override bool Equals(object obj)

Parameters

obj object

วัตถุ margins อื่น ๆ

Returns

bool

ความจริงถ้าทุกแร่มีความเท่าเทียมกัน

GetHashCode()

การคํานวณรหัส hash สําหรับวัตถุ margin นี้

public override int GetHashCode()

Returns

int

แฮชโค้ด

ToString()

สร้าง string ที่แสดงถึงวัตถุ margins นี้

public override string ToString()

Returns

string

การแสดงผล string ของวัตถุ margins นี้

ชุด(int, int, int, int)

คําอธิบายค่าแร่

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

Parameters

top int

มาร์จสูงสุด

left int

มาร์จด้านซ้าย

bottom int

มาร์จด้านล่าง

right int

ปริมาณที่เหมาะสม

 แบบไทย