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



    SourceArea Field
    The part of the original image represented by the data in the Source array
    Syntax
    'Declaration
     
    Public SourceArea As Rectangle
     
    'Usage
     
    Dim instance As UserSmoothingArgs
    Dim value As Rectangle
     
    value = instance.SourceArea
     
    instance.SourceArea = value
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also