Class EmfPlusCustomLineCap
Class EmfPlusCustomLineCap
이름 공간 : Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects 모임: Aspose.Imaging.dll (25.4.0)
EmfPlusCustomLineCap 개체는 그래픽 펜으로 인쇄된 라인의 끝에서 사용해야 할 모양을 지정합니다.
public sealed class EmfPlusCustomLineCap : EmfPlusGraphicsObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusGraphicsObjectType ← EmfPlusCustomLineCap
상속 회원들
EmfPlusGraphicsObjectType.Version , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusCustomLineCap()
public EmfPlusCustomLineCap()
Properties
CustomLineCapData
사용자 지정 라인 캡 데이터 개체를 정의하는 변수 길이 데이터를 얻거나 설정합니다.그리고 데이터 형식은 각각의 사용자 지정 라인 캡 유형에 따라 다를 수 있습니다.
public EmfPlusCustomBaseLineCap CustomLineCapData { get; set; }
부동산 가치
Type
사용자 지정 라인 캡 개체의 유형을 지정하는 32 비트 서명 전체를 얻거나 설정합니다.CustomLineCapData 필드의 내용을 결정합니다.
public EmfPlusCustomLineCapDataType Type { get; set; }