Aspose::Words::Rendering::NodeRendererBase::RenderToSize method
Contents
[
Hide
]NodeRendererBase::RenderToSize method
Renders the shape into a Graphics object to a specified size.
float Aspose::Words::Rendering::NodeRendererBase::RenderToSize(const System::SharedPtr<System::Drawing::Graphics> &graphics, float x, float y, float width, float height)
Parameter | Type | Description |
---|---|---|
graphics | const System::SharedPtr<System::Drawing::Graphics>& | The object where to render to. |
x | float | The X coordinate (in world units) of the top left corner of the rendered shape. |
y | float | The Y coordinate (in world units) of the top left corner of the rendered shape. |
width | float | The maximum width (in world units) that can be occupied by the rendered shape. |
height | float | The maximum height (in world units) that can be occupied by the rendered shape. |
ReturnValue
The scale that was automatically calculated for the rendered shape to fit the specified size.
See Also
- Class NodeRendererBase
- Namespace Aspose::Words::Rendering
- Library Aspose.Words for C++