[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegraphics.pas line 142
type rasteropty = ( |
rop_clear, |
rop_and, |
rop_andnot, |
rop_copy, |
rop_notand, |
rop_nop, |
rop_xor, |
rop_or, |
rop_nor, |
rop_notxor, |
rop_not, |
rop_ornot, |
rop_notcopy, |
rop_notor, |
rop_nand, |
rop_set |
); |