Click or drag to resize
Ab4d.SharpEngine logo

SpriteBatchIsUsingAbsoluteCoordinates Property

Gets or sets a Boolean that specifies if absolute coordinates are used to define positions and sizes (max values are defined by SceneView's size) in the Draw calls that follow the change. When false then relative coordinates are used (in this case the values are from 0 to 1). Absolute coordinates can be used only when this SpriteBatch is created from SceneView and not for Scene (see AreAbsoluteCoordinatesSupported property). This value can be also set when calling Begin(Boolean, Int32) method. Default value is false.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public bool IsUsingAbsoluteCoordinates { get; set; }

Property Value

Boolean

[Missing <value> documentation for "P:Ab4d.SharpEngine.Utilities.SpriteBatch.IsUsingAbsoluteCoordinates"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Utilities.SpriteBatch.IsUsingAbsoluteCoordinates"]

See Also