Class CmxImageFill

Class CmxImageFill

名称: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles 收藏: Aspose.Imaging.dll (25.4.0)

图片填写信息

[JsonObject(MemberSerialization.OptIn)]
public class CmxImageFill

Inheritance

object CmxImageFill

继承人

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

Constructors

CmxImageFill()

public CmxImageFill()

Properties

Images

接收或设置图像。

[JsonProperty]
public CmxRasterImage[] Images { get; set; }

财产价值

CmxRasterImage ( )

IsRelative

收到或设置一个值,表明模型尺寸值是否相对。

[JsonProperty]
public bool IsRelative { get; set; }

财产价值

bool

OffsetType

接收或设置附近板之间的折扣类型。

[JsonProperty]
public TileOffsetTypes OffsetType { get; set; }

财产价值

TileOffsetTypes

PatternHeight

获取或设置模式的高度. 使用常见的文档距离测量单元,如果 Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxImageFill.IsRelative 是“假”,否则具有图像像像像素高度分数的尺寸。

[JsonProperty]
public float PatternHeight { get; set; }

财产价值

float

PatternWidth

获取或设置模式的宽度.使用常见的文档距离测量单元,如果 Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxImageFill.IsRelative是“虚假”,否则具有图像像像像素宽度分数的尺寸。

[JsonProperty]
public float PatternWidth { get; set; }

财产价值

float

Procedure

接收或设置程序。

[JsonProperty]
public CmxProcedure Procedure { get; set; }

财产价值

CmxProcedure

RcpOffset

接收或设置字符串或列之间的相对折扣(取决于 Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles.CmxImageFill.OffsetType)。尺寸是高度宽度的分裂。

[JsonProperty]
public float RcpOffset { get; set; }

财产价值

float

Rotate180

收到或设置一个值,表明这个 Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs.CmxImageSpec 是否在下方。

[JsonProperty]
public bool Rotate180 { get; set; }

财产价值

bool

TileOffsetX

接收或设置标签折扣 X。

[JsonProperty]
public float TileOffsetX { get; set; }

财产价值

float

天文台

接收或设置字符的折扣 Y。

[JsonProperty]
public float TileOffsetY { get; set; }

财产价值

float

Methods

Equals(CmxImageFill)

检查对象是否平等。

protected bool Equals(CmxImageFill other)

Parameters

other CmxImageFill

其它对象。

Returns

bool

平等比较结果。

Equals(对象)

检查对象是否平等。

public override bool Equals(object obj)

Parameters

obj object

其它对象。

Returns

bool

平等比较结果。

GetHashCode()

获取当前对象的哈希代码。

public override int GetHashCode()

Returns

int

哈希代码。

ToString()

返回一个 System.String 代表此例子。

public override string ToString()

Returns

string

一个系统.String 代表这个实例。

 中文