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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also