Exemplo n.º 1
0
 internal static void Reset()
 {
     X               = 0;
     Y               = 0;
     CX              = 0;
     CY              = 0;
     Opcode          = 0;
     ForegroundColor = 0;
     BackgroundColor = 0;
     Brush.Reset();
 }
Exemplo n.º 2
0
 internal static void Reset()
 {
     X               = 0;
     Y               = 0;
     CX              = 0;
     CY              = 0;
     Opcode          = 0;
     ForegroundColor = 0;
     BackgroundColor = 0;
     Brush.Reset();
     DeltaEntries = 0;
     DeltaList    = null;
 }
Exemplo n.º 3
0
 internal static void Reset()
 {
     X               = 0;
     Y               = 0;
     CX              = 0;
     CY              = 0;
     SrcX            = 0;
     SrcY            = 0;
     Opcode          = 0;
     BackgroundColor = 0;
     ForegroundColor = 0;
     Brush.Reset();
     CacheID    = 0;
     CacheIDX   = 0;
     ColorTable = 0;
 }