DicomObjects.NET10 Documentation
DicomObjects Namespace / Line3D Class / Anchor Property



In This Topic
    Anchor Property (Line3D)
    In This Topic
    A point on the line
    Syntax
    'Declaration
     
    
    Public Property Anchor As SkiaSharp.SKPoint3
    'Usage
     
    
    Dim instance As Line3D
    Dim value As SkiaSharp.SKPoint3
     
    instance.Anchor = value
     
    value = instance.Anchor
    public SkiaSharp.SKPoint3 Anchor {get; set;}
    public:
    property SkiaSharp.SKPoint3 Anchor {
       SkiaSharp.SKPoint3 get();
       void set (    SkiaSharp.SKPoint3 value);
    }
    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