Xceed Chart for WinForms v4.4 Documentation
GetOriginPoint Method


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > Watermark Class : GetOriginPoint Method
This member is reserved for internal use and is not intended to be used directly from your code.
Syntax
'Declaration
 
Protected Function GetOriginPoint( _
   ByVal szBounds As Size, _
   ByVal szWatermark As SizeF _
) As Point
'Usage
 
Dim instance As Watermark
Dim szBounds As Size
Dim szWatermark As SizeF
Dim value As Point
 
value = instance.GetOriginPoint(szBounds, szWatermark)
protected Point GetOriginPoint( 
   Size szBounds,
   SizeF szWatermark
)

Parameters

szBounds
szWatermark
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

Watermark Class
Watermark Members