←Select platform

ApplicationMaximumRepaintTime Property

Summary

Gets or sets the application's maximum repaint time.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[ElementAttribute(7471374)] 
public System.Nullable<int> ApplicationMaximumRepaintTime { get; set; } 
<ElementAttribute(New DicomTag.ApplicationMaximumRepaintTime()),  
 DataMemberAttribute()>  
Public Property ApplicationMaximumRepaintTime() As Nullable(Of Integer) 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly