Class CmxOutline
Class CmxOutline
이름 공간 : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles 모임: Aspose.Imaging.dll (25.4.0)
그것은 outline 스타일을 나타냅니다.
[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입니다.