예제 #1
0
        public override void CopyFrom(DxfHandledObject from, CloneContext cloneContext)
        {
            base.CopyFrom(from, cloneContext);
            DxfPolylineBase dxfPolylineBase = (DxfPolylineBase)from;

            this.enum21_0 = dxfPolylineBase.enum21_0;
            this.SeqEnd.CopyFrom((DxfHandledObject)dxfPolylineBase.SeqEnd, cloneContext);
        }
 public static extern bool SetLayeredWindowAttributes([In] HandleRef hWnd, [In] uint crKey, [In] byte bAlpha, [In] Enum21 dwFlags);
예제 #3
0
 // Token: 0x06001356 RID: 4950
 // RVA: 0x00011EE4 File Offset: 0x000100E4
 public void method_9()
 {
     this.enum21_0 = Enum21.const_0;
 }