←Select platform

Life Property

Summary

Gets or sets the LIFE value.

Syntax

C#
VB
C++
public int Life { get; set; } 
  
Public Property Life As Integer 
public: 
property int Life { 
   int get(); 
   void set (    int ); 
} 

Property Value

Duration of this instruction.

Remarks

This field specifies the number of timer ticks that should ideally occur between completing execution of the current instruction and completing execution of the next instruction. A value of zero indicates that the current instruction and the next instruction will be executed within the same display update.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly