DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / UserSmoothingArgs Class / AreaToDraw Field



In This Topic
    AreaToDraw Field
    In This Topic
    The area which is needed to be drawn
    Syntax
    'Declaration
     
    Public AreaToDraw As Rectangle
    'Usage
     
    Dim instance As UserSmoothingArgs
    Dim value As Rectangle
     
    value = instance.AreaToDraw
     
    instance.AreaToDraw = value
    public Rectangle AreaToDraw
    public:
    Rectangle AreaToDraw
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also