WebPlanner Programmer's Guide

Utilities.DocToDeviceF Method (IGraphics, SizeF)

See Also
 


Converts the specified size from world to device measures.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static SizeF DocToDeviceF (
    IGraphics graphics,
    SizeF size
)

Visual Basic  Copy Code

Public Shared Function DocToDeviceF ( _
    graphics As IGraphics, _
    size As SizeF _
) As SizeF

 Parameters

graphics
size

 Return Value

 See Also