GoDiagram Web Reference
SubtractPoints(SizeF,PointF) Method

This shared method helps do subtraction of PointF and SizeF values.
Syntax
'Declaration
 
Public Overloads Shared Function SubtractPoints( _
   ByVal a As SizeF, _
   ByVal b As PointF _
) As SizeF
public static SizeF SubtractPoints( 
   SizeF a,
   PointF b
)

Parameters

a
b
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

GoTool Class
GoTool Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback