Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / SetLocPinPoint Method / SetLocPinPoint(NPoint) Method


In This Topic
    SetLocPinPoint(NPoint) Method
    In This Topic
    Sets the local pin point position (in local coordinates). By default the local pin point is specified relatively to the shape width and height. This implementation sets proportional expressions to the LocPinX and LocPinY properties.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetLocPinPoint( _
       ByVal pt As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim pt As NPoint
     
    instance.SetLocPinPoint(pt)
    public void SetLocPinPoint( 
       NPoint pt
    )

    Parameters

    pt
    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