The TDrawPoint structure.
// DrawPoint TDrawPoint struct Result sbyte // The function call result. NO_ERR means it succeeded. Location TLocation // The point location on screen. Options dword // The options to use when writing to the LCD. TDrawPoint ends
See Drawing option constants for valid Options values.