Class CmxOutline
Class CmxOutline
名称: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles 收藏: Aspose.Imaging.dll (25.4.0)
代表出线风格。
[JsonObject(MemberSerialization.OptIn)]
public class CmxOutline
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxOutline()
public CmxOutline()
Properties
Angle
接收或设置角度。
[JsonProperty]
public double Angle { get; set; }
财产价值
CapsType
接收或设置线覆盖的类型。
[JsonProperty]
public CapsTypes CapsType { get; set; }
财产价值
Color
接收或设置输出颜色。
[JsonProperty]
public CmxColor Color { get; set; }
财产价值
EndArrowhead
接收或设置形状到线的尽头
[JsonProperty]
public CmxArrowSpec EndArrowhead { get; set; }
财产价值
JoinType
接收或设置线的类型加入。
[JsonProperty]
public JoinTypes JoinType { get; set; }
财产价值
LineType
接收或设置线类型。
[JsonProperty]
public LineTypes LineType { get; set; }
财产价值
LineWidth
接收或设置线的宽度。使用常见文件距离测量单元。
[JsonProperty]
public float LineWidth { get; set; }
财产价值
StartArrowhead
接收或设置线路开始的形状
[JsonProperty]
public CmxArrowSpec StartArrowhead { get; set; }
财产价值
Stretch
接收或设置延伸值。
[JsonProperty]
public float Stretch { get; set; }
财产价值
Stroke
接收或设置冲击模式。
[JsonProperty]
public int[] Stroke { get; set; }
财产价值
int ( )
Methods
Equals(CmxOutline)
检查对象是否平等。
protected bool Equals(CmxOutline other)
Parameters
other
CmxOutline
其它对象。
Returns
平等比较结果。
Equals(对象)
检查对象是否平等。
public override bool Equals(object obj)
Parameters
obj
object
其它对象。
Returns
平等比较结果。
GetHashCode()
获取当前对象的哈希代码。
public override int GetHashCode()
Returns
哈希代码。
ToString()
返回一个 System.String 代表此例子。
public override string ToString()
Returns
一个系统.String 代表这个实例。