(declarations)

In Class IPicInfo

   1 ' PicInfo IPicInfo interface
   2 ' ©2006 Aivosto Oy (www.aivosto.com)
   3 '
   4 ' This file is part of a sample project for Project Analyzer.
   5 ' Distribution of this file is only allowed along with Project Analyzer
   6 ' according to the Project Analyzer license terms.
   7 
   8 Option Explicit
   9 
  10 
  11 ' Type for picture size
  12 Public Type TPicSize
  13     Width As Long   ' Picture width in pixels
  14     Height As Long  ' Picture height in pixels
  15 End Type
  16