BCGControlBar Library for .NET
GetImage Method (SDManager)




Specifies the current type of marker to get an image for.
Specifies the current state of marker to get an image for.
Returns the bitmap image from the collections of markers' images  for the specified marker type and state. Called by the framework on painting SDMarker.
Syntax
'Declaration
 
Public Function GetImage( _
   ByVal type As SDMarkerType, _
   ByVal state As SDMarkerState _
) As Bitmap
'Usage
 
Dim instance As SDManager
Dim type As SDMarkerType
Dim state As SDMarkerState
Dim value As Bitmap
 
value = instance.GetImage(type, state)
public Bitmap GetImage( 
   SDMarkerType type,
   SDMarkerState state
)
public: Bitmap* GetImage( 
   SDMarkerType type,
   SDMarkerState state
) 
public:
Bitmap^ GetImage( 
   SDMarkerType type,
   SDMarkerState state
) 

Parameters

type
Specifies the current type of marker to get an image for.
state
Specifies the current state of marker to get an image for.
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

SDManager Class
SDManager Members

Send Feedback