[This is preliminary documentation and is subject to change.]

Represents bitmap stored either as Image or as Icon

Namespace: Tools.DrawingT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public sealed class IconOrBitmap : T1orT2<Image, Icon>
Visual Basic
Public NotInheritable Class IconOrBitmap _
	Inherits T1orT2(Of Image, Icon)
Visual C++
public ref class IconOrBitmap sealed : public T1orT2<Image^, Icon^>
F#
[<SealedAttribute>]
type IconOrBitmap =  
    class
        inherit T1orT2<Image, Icon>
    end
JScript
public final class IconOrBitmap extends T1orT2<Image, Icon>

Remarks

Each instance of IconOrBitmap can be converted to Image and Icon

Inheritance Hierarchy

System..::..Object
  Tools..::..Cloenable<(Of <(<'IT1orT2<(Of <(<'Image, Icon>)>)>>)>)>
    Tools.DataStructuresT.GenericT..::..T1orT2<(Of <(<'Image, Icon>)>)>
      Tools.DrawingT..::..IconOrBitmap

See Also