ImageDeviceBeginElement Method |
Begins rendering of the html element.
Namespace: Aspose.Html.Rendering.ImageAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public override bool BeginElement(
Element element,
RectangleF rect
)
Public Overrides Function BeginElement (
element As Element,
rect As RectangleF
) As Boolean
public:
virtual bool BeginElement(
Element^ element,
RectangleF rect
) override
abstract BeginElement :
element : Element *
rect : RectangleF -> bool
override 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:
Boolean
Returns [true] if element should be processed.
Implements
IDeviceBeginElement(Element, RectangleF)See Also