LEADTOOLS (Leadtools assembly)

Type Property (RasterCurve)

Show in webframe







Gets or sets a value that indicates the type of curve being defined.
Syntax
public RasterCurveType Type {get; set;}
'Declaration
 
Public Property Type As RasterCurveType
'Usage
 
Dim instance As RasterCurve
Dim value As RasterCurveType
 
instance.Type = value
 
value = instance.Type
public RasterCurveType Type {get; set;}

            

            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property RasterCurveType Type {
   RasterCurveType get();
   void set (    RasterCurveType value);
}

Property Value

A RasterCurveType enumeration value that indicates the type of curve being defined.
Example
For an example, refer to RasterCurve.
Requirements

Target Platforms

See Also

Reference

RasterCurve Class
RasterCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.