DicomObjects.NET.8.48 Documentation
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 System.Drawing.Rectangle
 
'Usage
 
Dim instance As UserSmoothingArgs
Dim value As System.Drawing.Rectangle
 
value = instance.SourceArea
 
instance.SourceArea = value
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also