Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MoveResizeUndoAction Class / oldLoc Field


In This Topic
    oldLoc Field
    In This Topic
    A variable to store old location.
    Syntax
    'Declaration
     
    
    Protected oldLoc As PointF
    'Usage
     
    
    Dim instance As MoveResizeUndoAction
    Dim value As PointF
     
    value = instance.oldLoc
     
    instance.oldLoc = value
    protected PointF oldLoc
    See Also