Skip to content

3be6f95e bb02 bec6 11ac fb970b9d566f

Fernando Garcia edited this page May 8, 2018 · 1 revision

LogoModel.SizeToPoints Method

Additional header content

Converts chart size value in pixels to points for the specified device.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public SizeF SizeToPoints(
	IntPtr hwnd
)

VB

Public Function SizeToPoints ( 
	hwnd As IntPtr
) As SizeF

Parameters

 

hwnd
Type: System.IntPtr
Pointer to device.

Return Value

Type: SizeF
Returns size of chart, in points.

Remarks

[Missing documentation for "M:iTin.Export.Model.LogoModel.SizeToPoints(System.IntPtr)"]

See Also

Reference

LogoModel Class
iTin.Export.Model Namespace

Clone this wiki locally