Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NRotatedBoundsTracker Class / ModelScalePinPoint Property


In This Topic
    ModelScalePinPoint Property
    In This Topic
    Gets the point around which the shape is scaled (in model coordinates of the shape)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ModelScalePinPoint As NPointF
    'Usage
     
    
    Dim instance As NRotatedBoundsTracker
    Dim value As NPointF
     
    value = instance.ModelScalePinPoint
    public NPointF ModelScalePinPoint {get;}
    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