Class EmfPlusBitmap
ชื่อพื้นที่: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects การประกอบ: Aspose.Imaging.dll (25.4.0)
วัตถุ EmfPlusBitmap จะระบุแผนที่ bitmap ซึ่งมีภาพกราฟิก
public sealed class EmfPlusBitmap : EmfPlusBaseImageData
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusBaseImageData ← EmfPlusBitmap
อนุญาโตตุลาการ
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusBitmap()
public EmfPlusBitmap()
Properties
BitmapData
รับหรือตั้งค่าข้อมูล bitmapBitmapData (variable): ข้อมูลความยาวที่แตกต่างกันที่กําหนดวัตถุข้อมูล bitmap ที่ระบุไว้ในฟิลด์ประเภทเนื้อหาและรูปแบบของข้อมูลอาจแตกต่างกันสําหรับแต่ละประเภท bitmap
public EmfPlusBaseBitmapData BitmapData { get; set; }
คุณสมบัติมูลค่า
Height
รับหรือตั้งค่าความสูง bitmapความสูง (4 บิต): A 32-bit signed integer that specifies the height in pixels of the area occupied by the bitmap.หากภาพถูกบีบอัดตามฟิลด์ประเภทค่านี้ไม่ได้กําหนดและต้องลืม
public int Height { get; set; }
คุณสมบัติมูลค่า
PixelFormat
รับหรือตั้งค่ารูปแบบ pixelPixelFormat (4 บิต): integer 32 บิตที่ไม่ลงชื่อที่ระบุรูปแบบของ pixels ที่ประกอบด้วย bitmapรูปภาพ รูปแบบ pixel ที่ได้รับการสนับสนุนระบุไว้ใน Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPixelFormat รายการ (ส่วน)2.1.25 )หากภาพถูกบีบอัดตามฟิลด์ประเภทค่านี้ไม่ได้กําหนดและต้องลืม
public EmfPlusPixelFormat PixelFormat { get; set; }
คุณสมบัติมูลค่า
Stride
รับหรือตั้งข้อต่อของภาพบิต (4 บิต): A 32 บิต signed integer ที่ระบุบิต offset ระหว่างการเริ่มต้นของเส้นสแกนเดียวและค่านี้คือจํานวนไบต์ต่อพิกเซลซึ่งจะระบุไว้ในฟิลด์ PixelFormat ค่านี้จะเพิ่มขึ้นโดยความกว้างในพิกเซลซึ่งจะระบุไว้ในแถบ ความกว้าง ค่าของแถบนี้ต้องเป็นหลายของสี่หากภาพถูกบีบอัดตามฟิลด์ประเภทค่านี้ไม่ได้กําหนดและต้องลืม
public int Stride { get; set; }
คุณสมบัติมูลค่า
Type
รับหรือตั้งค่าประเภทของภาพประเภท (4 บิต): 32 บิต integer ไม่ระบุประเภทข้อมูลในฟิลด์ BitmapDataได้รับการกําหนดไว้ในรายการ Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusBitmapDataType (ส่วน 2.1.1.2)
public EmfPlusBitmapDataType Type { get; set; }
คุณสมบัติมูลค่า
Width
รับหรือตั้งค่าภาพกว้างความกว้าง (4 บิต): A 32-bit signed integer that specifies the width in pixels of the area occupied by the bitmap. ความกว้าง (4 บิต): A 32-bit signed integer that specifies the width in pixels of the area occupied by the bitmap.หากภาพถูกบีบอัดตามฟิลด์ประเภทค่านี้ไม่ได้กําหนดและต้องลืม
public int Width { get; set; }