DeviceTGraphicContext, TRenderingOptionsBeginElement Method |
Begins rendering of the html node.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic abstract bool BeginElement(
Element element,
RectangleF rect
)
Public MustOverride Function BeginElement (
element As Element,
rect As RectangleF
) As Boolean
public:
virtual bool BeginElement(
Element^ element,
RectangleF rect
) abstract
abstract BeginElement :
element : Element *
rect : RectangleF -> bool
Parameters
- element
- Type: Aspose.Html.DomElement
The html element. - rect
- Type: System.DrawingRectangleF
Bounding box of the node.
Return Value
Type:
BooleanReturns [true] if element should be processed.
Implements
IDeviceBeginElement(Element, RectangleF)
See Also