'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