CompositeDisplayConditionReserve Method |
Requests enough memory for the composite to contain at least
count
display conditions.
Count will not be affected but
Capacity may be.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Reserve(
int count
)
Public Sub Reserve (
count As Integer
)
public:
void Reserve(
int count
)
member Reserve :
count : int -> unit
Parameters
- count
- Type: SystemInt32
The number of display conditions to request memory for.
Exceptions See Also