ExtCursor Constructor
Overload List
Overload | Description |
---|---|
ExtCursor Constructor() | Initializes a new instance of the ExtCursor class. [for design time only]. |
ExtCursor Constructor(Bitmap,Bitmap,Point) | Initializes a new instance of the ExtCursor class from the specified bitmap image and mask. |
ExtCursor Constructor(Bitmap,Point) | Initializes a new instance of the ExtCursor class from the specified bitmap image. (The transparent color is taken as the color of the bottom-left pixel) |
ExtCursor Constructor(Bitmap,Point,Boolean) | Initializes a new instance of the ExtCursor class from the specified bitmap image. (Optionally automatically drawing the cross-hairs for the cursor) (The transparent color is taken as the color of the bottom-left pixel) |
ExtCursor Constructor(Bitmap,Color,Point) | Initializes a new instance of the ExtCursor class from the specified bitmap image. |
ExtCursor Constructor(Bitmap,Color,Point,Boolean) | Initializes a new instance of the ExtCursor class from the specified bitmap image. (Optionally automatically drawing the cross-hairs for the cursor) |
ExtCursor Constructor(ImageList,Int32,Point) | Initializes a new instance of the ExtCursor class from the specified image in an ImageList. |
ExtCursor Constructor(ImageList,Int32,Point,Boolean) | Initializes a new instance of the ExtCursor class from the specified image in an ImageList. (Optionally automatically drawing the cross-hairs for the cursor) |
ExtCursor Constructor(String) | Initializes a new instance of the ExtCursor class from the specified file. |
ExtCursor Constructor(String,Boolean) | Initializes a new instance of the ExtCursor class from the specified file. |
ExtCursor Constructor(Byte[]) | Initializes a new instance of the ExtCursor class from the supplied byte data. |
ExtCursor Constructor(Stream) | Initializes a new instance of the ExtCursor class from the supplied stream. |
ExtCursor Constructor(Assembly,String,String) | Initializes a new instance of the ExtCursor class from a resource. |
ExtCursor Constructor(Assembly,String,String,Boolean) | Initializes a new instance of the ExtCursor class from a resource. |
ExtCursor Constructor(String,Boolean,Size) | Initializes a new instance of the ExtCursor class from the specified file. |
ExtCursor Constructor(String,Boolean,Size,Boolean) | Initializes a new instance of the ExtCursor class from the specified file. |
ExtCursor Constructor(Byte[],Boolean,Size) | Initializes a new instance of the ExtCursor class from the supplied byte data. |
ExtCursor Constructor(Stream,Boolean,Size) | Initializes a new instance of the ExtCursor class from the supplied stream. |
ExtCursor Constructor(Assembly,String,String,Boolean,Size) | Initializes a new instance of the ExtCursor class from a resource. |
ExtCursor Constructor(Assembly,String,String,Boolean,Size,Boolean) | Initializes a new instance of the ExtCursor class from a resource. |
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