Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCubicBezier Structure / SecondControlX Field


In This Topic
    SecondControlX Field
    In This Topic
    X coordinate of the second control point.
    Syntax
    'Declaration
     
    
    Public SecondControlX As System.Double
    'Usage
     
    
    Dim instance As NCubicBezier
    Dim value As System.Double
     
    value = instance.SecondControlX
     
    instance.SecondControlX = value
    public System.double SecondControlX
    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