LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Type Property (RasterCurve)






Gets or sets a value that indicates the type of curve being defined. .NET support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCurve Class
RasterCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

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