Method: Fzeet::DCMethods#text

Defined in:
lib/fzeet/windows/core/Common.rb

#text(text, rect, flags = 0) ⇒ Object



287
# File 'lib/fzeet/windows/core/Common.rb', line 287

def text(text, rect, flags = 0) Windows.DetonateLastError(0, :DrawText, @handle, text, -1, rect, Fzeet.flags(flags, :dt_)); self end