Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NColorBoxControl Class / TranslatePoint Method


In This Topic
    TranslatePoint Method (NColorBoxControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function TranslatePoint( _
       ByVal point As System.Windows.Point, _
       ByVal relativeTo As System.Windows.UIElement _
    ) As System.Windows.Point
    'Usage
     
    
    Dim instance As NColorBoxControl
    Dim point As System.Windows.Point
    Dim relativeTo As System.Windows.UIElement
    Dim value As System.Windows.Point
     
    value = instance.TranslatePoint(point, relativeTo)
    public System.Windows.Point TranslatePoint( 
       System.Windows.Point point,
       System.Windows.UIElement relativeTo
    )

    Parameters

    point
    relativeTo
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also