Location:
w32adll.h
Link against: N/A
CAnimGc
Supported from 5.0
Animation graphics context.
An object of this type is linked into CAnim
by the
window server, which allows you to draw to the animation window. The objects
functions allow you to set and cancel the clipping region — and
to draw to the visible window using the inherited CBitmapContext
functions.
|
Defined in CAnimGc
:
CancelClippingRegion()
, SetClippingRegion()
Inherited from CBase
:
operator new()
Inherited from CBitmapContext
:
BitBlt()
,
BitBltMasked()
,
Clear()
,
CopyRect()
,
SetFaded()
,
SetFadingParameters()
Inherited from CGraphicsContext
:
CancelClippingRect()
,
Device()
,
DiscardBrushPattern()
,
DiscardFont()
,
DrawArc()
,
DrawBitmap()
,
DrawEllipse()
,
DrawLine()
,
DrawLineBy()
,
DrawLineTo()
,
DrawPie()
,
DrawPolyLine()
,
DrawPolygon()
,
DrawRect()
,
DrawRoundRect()
,
DrawText()
,
EAlternate
,
EAnd
,
ECenter
,
EDashedPen
,
EDiamondCrossHatchBrush
,
EDotDashPen
,
EDotDotDashPen
,
EDottedPen
,
EDrawModeAND
,
EDrawModeANDNOT
,
EDrawModeNOTAND
,
EDrawModeNOTANDNOT
,
EDrawModeNOTOR
,
EDrawModeNOTORNOT
,
EDrawModeNOTPEN
,
EDrawModeNOTSCREEN
,
EDrawModeNOTXOR
,
EDrawModeOR
,
EDrawModeORNOT
,
EDrawModePEN
,
EDrawModeXOR
,
EForwardDiagonalHatchBrush
,
EHorizontalHatchBrush
,
EInvertPen
,
EInvertScreen
,
ELeft
,
ELogicalOp
,
ENullBrush
,
ENullPen
,
EOr
,
EPatternedBrush
,
EPenmode
,
ERearwardDiagonalHatchBrush
,
ERight
,
ESolidBrush
,
ESolidPen
,
ESquareCrossHatchBrush
,
EVerticalHatchBrush
,
EWinding
,
EXor
,
JustificationInPixels()
,
MoveBy()
,
MoveTo()
,
Plot()
,
Reset()
,
SetBrushColor()
,
SetBrushOrigin()
,
SetBrushStyle()
,
SetCharJustification()
,
SetClippingRect()
,
SetDrawMode()
,
SetOrigin()
,
SetPenColor()
,
SetPenSize()
,
SetPenStyle()
,
SetStrikethroughStyle()
,
SetUnderlineStyle()
,
SetWordJustification()
,
TBrushStyle
,
TDrawMode
,
TDrawModeComponents
,
TDrawTextParam
,
TFillRule
,
TPenStyle
,
TTextAlign
,
UseBrushPattern()
,
UseFont()
virtual void SetClippingRegion(const TRegion &aRegion);
Set the clipping region. Only the parts of the animation which are within the clipping region are drawn.
|