The RenderGraphics type exposes the following members.

Properties

  NameDescription
ActualContentHeight (Inherited from DocumentElement.)
ActualContentHeightUnit (Inherited from DocumentElement.)
ActualContentWidth (Inherited from DocumentElement.)
ActualContentWidthUnit (Inherited from DocumentElement.)
ActualFrameHeight (Inherited from DocumentElement.)
ActualFrameHeightUnit (Inherited from DocumentElement.)
ActualFrameWidth (Inherited from DocumentElement.)
ActualFrameWidthUnit (Inherited from DocumentElement.)
BackMetafile
CanSplit
Graphics can't be splitted.
(Overrides RenderObjectCanSplit()()().)
CurrentGraphics
Current Graphics object to draw on, the one that was returned by the DrawBegin method. If there is no current drawing process (IsDrawing = false) then returns null.
DefaultUnitInternal (Inherited from DocumentElement.)
Height
Returns height of an element in default units. See HeightUnit for details.
(Inherited from DocumentElement.)
InheritDefaultUnit (Inherited from DocumentElement.)
IsDrawing
True when between DrawBegin and DrawEnd.
IsEmpty
Returns true if nothing was drawn (namely if there was no at least one DrawBegin call or Clear call was performed).
Style
The style of this objects
(Inherited from RenderObject.)
StyleNestedProtected (Inherited from DocumentElement.)
StyleProtected (Inherited from DocumentElement.)
Width
Returns width of an element in default units. See WidthUnit for details.
(Inherited from DocumentElement.)

See Also