Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets data from the segment data array.
Syntax
HRESULT GetSegmentData(
[out] FLOAT *data,
UINT32 dataCount,
UINT32 startIndex
);
Parameters
[out] data
Type: FLOAT*
Buffer to contain the segment data array.
dataCount
Type: UINT32
The element count of the buffer.
startIndex
Type: UINT32
The index of the first segment data to retrieve.
Return value
Type: HRESULT
This method returns an HRESULT success or error code.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | d2d1svg.h |
| DLL | Direct2d.dll |