LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

FrameEnabled Property

Show in webframe







(Read only) Gets an array of boolean values that indicate weather the frame is added to the average output image.
Syntax
public bool[] FrameEnabled {get;}
'Declaration
 
Public ReadOnly Property FrameEnabled As Boolean()
'Usage
 
Dim instance As StentEnhancementCommand
Dim value() As Boolean
 
value = instance.FrameEnabled
public bool[] FrameEnabled {get;}

            

            
 get_FrameEnabled(); 
public:
property array<bool>^ FrameEnabled {
   array<bool>^ get();
}

Property Value

An array of boolean values that represent the included frames in the stent creation process.
Requirements

Target Platforms

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.