GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / ThumbnailSize Property





In This Topic
ThumbnailSize Property (ThumbnailEx)
In This Topic
Syntax
'Declaration
 
Public Property ThumbnailSize As Size
public Size ThumbnailSize {get; set;}
public read-write property ThumbnailSize: Size; 
public function get,set ThumbnailSize : Size
public: __property Size get_ThumbnailSize();
public: __property void set_ThumbnailSize( 
   Size value
);
public:
property Size ThumbnailSize {
   Size get();
   void set (    Size value);
}
See Also