Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / AdjustPointFromViewport Method
The location should be adjusted.


In This Topic
    AdjustPointFromViewport Method
    In This Topic
    Internal use only. Adjusts a point from viewports to a point in FpSpread.
    Syntax
    'Declaration
     
    
    Public Overridable Function AdjustPointFromViewport( _
       ByVal pt As Point _
    ) As Point
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim pt As Point
    Dim value As Point
     
    value = instance.AdjustPointFromViewport(pt)
    public virtual Point AdjustPointFromViewport( 
       Point pt
    )

    Parameters

    pt
    The location should be adjusted.
    See Also