CNiImage::Url

CNi

Class
CNiImage::
Url
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: TransparentColorNext page: Visible    
Public Data Item Declared in:
NiImage.h

'Declaration' icon -- Shortcut to top of page. Declaration

CString Url;

'Description' icon -- Shortcut to top of page. Description

Specifies the path to the image.

Notes:

1. The path is in the form of a URL. The simplest form of a URL string is a path and a filename. However, URLs can include files retrieved by FTP or HTTP over the Internet or the World Wide Web.

2. The list below includes some example URLs.

  • c:\windows\circles.bmp
  • http://www.ni.com/image.bmp
  • ftp://ftp.ni.com/images/image.bmp

3. This property does not apply to CNiImage objects representing captions.

'See Also' icon -- Shortcut to top of page. See Also