Class EmfSetPixelV
Class EmfSetPixelV
名称: Aspose.Imaging.FileFormats.Emf.Emf.Records 收藏: Aspose.Imaging.dll (25.4.0)
EMR_SETPIXELV 记录在指定的逻辑坐标中定义了像素的颜色。
public sealed class EmfSetPixelV : EmfDrawingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfSetPixelV
继承人
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
英格兰PixelV(EmfRecord)
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPixelV 类的新例子。
public EmfSetPixelV(EmfRecord source)
Parameters
source
EmfRecord
源源。
英格兰PixelV()
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetPixelV 类的新例子。
public EmfSetPixelV()
Properties
Argb32Color
接收或设置一个 32 位 WMF ColorRef 对象([MS-WMF] 部分 2.2.2.8) 指定像素颜色。
public int Argb32Color { get; set; }
财产价值
Pixel
接收或设置一个 64 位 WMF PointL 对象([MS-WMF] 部分 2.2.2.15) 指定对像素的逻辑坐标。
public Point Pixel { get; set; }