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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also