You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > IconSize Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
IconSize Enumeration
C#
public enum IconSize {
  IconSize16x16 = 0,
  IconSize32x32 = 1
}
Visual Basic
Public Enum IconSize
  IconSize16x16 = 0
  IconSize32x32 = 1
End Enum

This is record IconSize.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.