ImageLibrary.GetImageCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The total number of images in the library. Determining the count may be expensive for custom images, which are stored weakly.
public:
int GetImageCount();
public:
int GetImageCount();
int GetImageCount();
public int GetImageCount ();
member this.GetImageCount : unit -> int
Public Function GetImageCount () As Integer
Returns
The number of images in the library.