←Select platform

ApplicationMaximumRepaintTime Property

Summary

Gets or sets the application's maximum repaint time.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[ElementAttribute(7471374)] 
public System.Nullable<int> ApplicationMaximumRepaintTime { get; set; } 
public:  
   [ElementAttribute((gcnew DicomTag::ApplicationMaximumRepaintTime())),  
   DataMemberAttribute] 
   property Nullable<Int32>^ ApplicationMaximumRepaintTime 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The application's maximum repaint time.

Remarks

Positive integer indicating the desired maximum time in milliseconds required by the application to repaint the full screen once (i.e., recalculate all pixels and paint them to the screen). This is not the same as the screen refresh time.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.