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



In This Topic
    MapArea Field
    In This Topic
    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
    public Rectangle MapArea
    public:
    Rectangle MapArea
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also