Initializes a path primitive with the
specified capacity.
[Visual Basic .NET] |
---|
Public Function InitializeWithCapacity( _
ByVal Capacity As Integer _
) As IAgStkGraphicsPathPrimitive
|
[C#] |
---|
public IAgStkGraphicsPathPrimitive InitializeWithCapacity(
|
[Managed C++] |
---|
public: IAgStkGraphicsPathPrimitive^ InitializeWithCapacity(
|
[Java] |
---|
public IAgStkGraphicsPathPrimitive initializeWithCapacity(
|
[Unmanaged C++] |
---|
public: HRESULT InitializeWithCapacity(
|
- Capacity
- Sets the initial capacity for the buffer containing positions. Setting the capacity reserves memory so the addition of points is more efficient.