[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TvVectorialPage.AddEllipse

Adds a new ellipse element

Declaration

Source position: fpvectorial.pas line 359

public procedure TvVectorialPage.AddEllipse(

  CenterX: Double;

  CenterY: Double;

  MajorHalfAxis: Double;

  MinorHalfAxis: Double;

  Angle: Double

);

Arguments

CenterX

  

The X coordinate of the center of the ellipse

CenterY

  

The Y coordinate of the center of the ellipse

MajorHalfAxis

  

The length of the major half axis of the ellipse

MinorHalfAxis

  

The length of the minor half axis of the ellipse

Angle

  

The rotation angle of the ellipse in degrees in relation to the positive X axis

Description

Adds a new ellipse element


Documentation generated on: Oct 09 2011