Package wx :: Package lib :: Package ogl :: Class PseudoMetaFile
[frames | no frames]

Type PseudoMetaFile

object --+
         |
        PseudoMetaFile


A simple metafile-like class which can load data from a Windows metafile on all platforms.


Method Summary
  __init__(self)
  CalculateSize(self, shape)
  Clear(self)
  DestroyClippingRect(self)
  Draw(self, dc, xoffset, yoffset)
  DrawArc(self, centrePt, startPt, endPt)
  DrawEllipse(self, rect)
  DrawEllipticArc(self, rect, startAngle, endAngle)
  DrawLine(self, pt1, pt2)
  DrawLines(self, pts)
  DrawPoint(self, pt)
  DrawPolygon(self, pts, flags)
  DrawRectangle(self, rect)
  DrawRoundedRectangle(self, rect, radius)
  DrawSpline(self, pts)
  DrawText(self, text, pt)
  GetBounds(self)
  GetFillBrush(self)
  GetFillColours(self)
  GetOps(self)
  GetOutlineColours(self)
  GetOutlineOp(self)
  GetOutlinePen(self, pen)
  GetRotateable(self)
  IsValid(self)
  LoadFromMetaFile(self, filename, rwidth, rheight)
  Rotate(self, x, y, theta)
  Scale(self, sx, sy)
  ScaleTo(self, w, h)
  SetBackgroundColour(self, colour)
  SetBackgroundMode(self, mode)
  SetBrush(self, brush, isFill)
  SetClippingRect(self, rect)
  SetFillBrush(self, brush)
  SetFont(self, font)
  SetOutlineOp(self, op)
  SetOutlinePen(self, pen)
  SetPen(self, pen, isOutline)
  SetRotateable(self, rot)
  SetSize(self, w, h)
  SetTextColour(self, colour)
  Translate(self, x, y)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
Return repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:01:58 2007 http://epydoc.sf.net