Click or drag to resize

Point Class

A class representing a point object to be drawn.
Inheritance Hierarchy
SystemObject
  CadcorpPoint

Namespace:  Cadcorp
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
[SerializableAttribute]
public class Point

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Initializes a new instance of the Point class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAngle
The angle at which the shape will be drawn.
Public fieldBrush
The brush that the shape is to be drawn in. If an empty string, then the overlay default is used. If NULL, then no drawing takes place - though any other actions required will still take place.
Public fieldPen
The pen that the shape is to be drawn in. If an empty string, then the overlay default is used. If NULL, then no drawing takes place - though any other actions required will still take place.
Public fieldScale
The scale to be applied to the shape.
Public fieldShape
The Shape that is to be drawn. If an empty string, then the overlay default is used. If NULL, then no drawing takes place - though any other actions required will still take place.
Public fieldVertex
The location of the point.
Top
See Also