Class XpsColor

Class XpsColor

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

封装常见颜色特性的基类。

public abstract class XpsColor

继承

objectXpsColor

派生

XpsIccBasedColor, XpsRgbColor

继承的成员

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

方法

ToColor()

获取任何颜色的 .NET 原生表示的便捷方法。

public abstract Color ToColor()

返回

Color

System.Drawing.Color 结构

 中文