GoDiagram Web Reference
ConvertDocToView(SizeF) Method

A SizeF in document coordinates.
Given a size in this document, calculate the corresponding size in this view.
Syntax
'Declaration
 
Public Overloads Overridable Function ConvertDocToView( _
   ByVal s As SizeF _
) As Size
public virtual Size ConvertDocToView( 
   SizeF s
)

Parameters

s
A SizeF in document coordinates.

Return Value

The corresponding Size in view coordinates.
Remarks
This method takes this view's current view scale into account when computing the transformation from document coordinates to view coordinates.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
Overload List
ConvertViewToDoc(Size) Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback