LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

CrosshairWidth Property

Show in webframe





Gets or sets the width of the crosshair.
Syntax
public virtual int CrosshairWidth {get; set;}
'Declaration
 
Public Overridable Property CrosshairWidth As Integer
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As Integer
 
instance.CrosshairWidth = value
 
value = instance.CrosshairWidth

            

            
public:
virtual property int CrosshairWidth {
   int get();
   void set (    int value);
}

Property Value

The Crosshair width.
Remarks
This property value is used only if Crosshair property was set to RasterMagnifyGlassCrosshair.Fine.
Example
Refer to RasterMagnifyGlass example.
Requirements

Target Platforms

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


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