SDL_Rect.3
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. .TH "SDL_Rect" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" 
  2. .SH "NAME"
  3. SDL_Rect- Defines a rectangular area
  4. .SH "STRUCTURE DEFINITION"
  5. .PP
  6. .nf
  7. f(CWtypedef struct{
  8.   Sint16 x, y;
  9.   Uint16 w, h;
  10. } SDL_Rect;fR
  11. .fi
  12. .PP
  13. .SH "STRUCTURE DATA"
  14. .TP 20
  15. fBx, yfR
  16. Position of the upper-left corner of the rectangle
  17. .TP 20
  18. fBw, hfR
  19. The width and height of the rectangle
  20. .SH "DESCRIPTION"
  21. .PP
  22. A fBSDL_RectfR defines a rectangular area of pixels&. It is used by fIfBSDL_BlitSurfacefPfR to define blitting regions and by several other video functions&.
  23. .SH "SEE ALSO"
  24. .PP
  25. fIfBSDL_BlitSurfacefPfR, fIfBSDL_UpdateRectfPfR
  26. ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01