Click or drag to resize

FS_CIRCLEF Structure

Represents a circle
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.PdfFS_CIRCLEF

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public struct FS_CIRCLEF

The FS_CIRCLEF type exposes the following members.

Constructors
 NameDescription
Public methodFS_CIRCLEF(Double, Double, Double) Initialize a new instance of FS_CIRCLEF structure
Public methodFS_CIRCLEF(Single, Single, Single) Initialize a new instance of FS_CIRCLEF structure
Top
Properties
 NameDescription
Public propertyRadius Gets or sets the radius of the circle.
Public propertyX Gets or sets the x-coordinate of the center point of this circle.
Public propertyY Gets or sets the y-coordinate of the center point of this circle.
Top
See Also