C# Класс SFML.Graphics.RectangleShape

Specialized shape representing a rectangle
Наследование: Shape
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetPoint ( uint index ) : Vector2f

Get the position of a point The returned point is in local coordinates, that is, the shape's transforms (position, rotation, scale) are not taken into account. The result is undefined if index is out of the valid range.

GetPointCount ( ) : uint

Get the total number of points of the rectangle.

RectangleShape ( ) : SFML.System

Default constructor

RectangleShape ( RectangleShape copy ) : SFML.System

Construct the shape from another shape

RectangleShape ( Vector2f size ) : SFML.System

Construct the shape with an initial size

Описание методов

GetPoint() публичный Метод

Get the position of a point The returned point is in local coordinates, that is, the shape's transforms (position, rotation, scale) are not taken into account. The result is undefined if index is out of the valid range.
public GetPoint ( uint index ) : Vector2f
index uint Index of the point to get, in range [0 .. 3]
Результат Vector2f

GetPointCount() публичный Метод

Get the total number of points of the rectangle.
public GetPointCount ( ) : uint
Результат uint

RectangleShape() публичный Метод

Default constructor
public RectangleShape ( ) : SFML.System
Результат SFML.System

RectangleShape() публичный Метод

Construct the shape from another shape
public RectangleShape ( RectangleShape copy ) : SFML.System
copy RectangleShape Shape to copy
Результат SFML.System

RectangleShape() публичный Метод

Construct the shape with an initial size
public RectangleShape ( Vector2f size ) : SFML.System
size Vector2f Size of the shape
Результат SFML.System