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



In This Topic
    DestinationSize Field
    In This Topic
    The size of the Destination array
    Syntax
    'Declaration
     
    Public DestinationSize As Size
    'Usage
     
    Dim instance As UserSmoothingArgs
    Dim value As Size
     
    value = instance.DestinationSize
     
    instance.DestinationSize = value
    public Size DestinationSize
    public:
    Size DestinationSize
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also