Refines _coordinates to optimize canvas using. Sets Box structure or null if molecule is empty or null

Namespace:  Hyleos.Chemistry.Drawing
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public Point2D RefineRenderBoxForImg(
	int width,
	int height
)
Visual Basic (Declaration)
Public Function RefineRenderBoxForImg ( _
	width As Integer, _
	height As Integer _
) As Point2D
Visual C++
public:
Point2D RefineRenderBoxForImg(
	int width, 
	int height
)

Parameters

width
Type: System..::.Int32
Graphics width
height
Type: System..::.Int32
Graphics height

Return Value

[Missing <returns> documentation for "M:Hyleos.Chemistry.Drawing.ChemistryRenderer.RefineRenderBoxForImg(System.Int32,System.Int32)"]

See Also