DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / UserSmoothingArgs Class / MapArea Field






    MapArea Field
    The coordinates of the area corresponding to the Destination
    Syntax
    'Declaration
     
    
    Public MapArea As System.Drawing.Rectangle
     
    'Usage
     
    
    Dim instance As UserSmoothingArgs
    Dim value As System.Drawing.Rectangle
     
    value = instance.MapArea
     
    instance.MapArea = value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also