Members





In This Topic
GdPicture14.Imaging Namespace / GdPicturePoint Structure

GdPicturePoint Structure

In This Topic
Syntax
'Declaration
 
Public Structure GdPicturePoint 
   Inherits System.ValueType
public struct GdPicturePoint : System.ValueType 
public type GdPicturePoint = class(System.ValueType)
In JScript, you can use structures in other assemblies, but you cannot define your own.
public __value struct GdPicturePoint : public System.ValueType 
public value class GdPicturePoint : public System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      GdPicture14.Imaging.GdPicturePoint

See Also