ConvexShape Properties

SFML.Net

ConvexShape Properties

The ConvexShape type exposes the following members.

Properties
  Name Description
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property FillColor
Fill color of the shape
(Inherited from Shape.)
Public property InverseTransform
The combined transform of the object
(Inherited from Transformable.)
Public property Origin
The origin of an object defines the center point for all transformations (position, scale, rotation). The coordinates of this point must be relative to the top-left corner of the object, and ignore all transformations (position, scale, rotation).
(Inherited from Transformable.)
Public property OutlineColor
Outline color of the shape
(Inherited from Shape.)
Public property OutlineThickness
Thickness of the shape's outline
(Inherited from Shape.)
Public property Position
Position of the object
(Inherited from Transformable.)
Public property Rotation
Rotation of the object
(Inherited from Transformable.)
Public property Scale
Scale of the object
(Inherited from Transformable.)
Public property Texture
Source texture of the shape
(Inherited from Shape.)
Public property TextureRect
Sub-rectangle of the texture that the shape will display
(Inherited from Shape.)
Public property Transform
The combined transform of the object
(Inherited from Transformable.)
Top
See Also