DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / UserSmoothingArgs Class / DestinationSize Field






    DestinationSize Field
    The size of the Destination array
    Syntax
    'Declaration
     
    
    Public DestinationSize As System.Drawing.Size
     
    'Usage
     
    
    Dim instance As UserSmoothingArgs
    Dim value As System.Drawing.Size
     
    value = instance.DestinationSize
     
    instance.DestinationSize = value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also