DefaultFunctions
المعلومات العامة
DefaultFunctions هي فئة في Aspose.Font FOSS لـ Python.
DefaultFunctions.memcpy_Int copies count integer elements from src at src_offset to dst at dst_offset.
يوفر هذا الفصل 8 طرق للعمل مع DefaultFunctions كائنات في برامج Python. المنهجيات المتاحة تشمل: __init__, memcpyArray, memcpyArrayVector, memcpyVectorArray, memcpy_Int, memcpy_UInt, memset_Int, memset_UInt. جميع الأعضاء العامين يمكن الوصول إليهم من أي تطبيق بايثون بعد تثبيت حزمة Aspose.Font FOSS for Python.
الطرق
| التوقيع | وصف |
|---|---|
__init__() | المكالمات فيديو في هذه الحالة DefaultFunctions . |
memcpy_Int(dst, dst_offset, src, src_offset, count) | النسخ تعتبر العناصر الكاملة من src في srk_offset إلى dst في ds_ofset |
memset_Int(b, offset, v, count) | يحدد عدد العناصر الصحيحة في المصفوفة b بدءاً من التبديل إلى القيمة v |
memcpy_UInt(dst, dst_offset, src, src_offset, count) | يطلق على memcpy_UInt في هذه DefaultFunctions حالة. |
memset_UInt(b, offset, v, count) | يطلق على DefaultFunctions مثال. |
memcpyArray(dst, dst_offset, src, src_offset, count) | يدعو memcpyArray على هذه DefaultFunctions حالة. |
memcpyVectorArray(dst, dst_offset, src, src_offset, count) | يدعو memcpyVectorArray على هذه DefaultFunctions حالة. |
memcpyArrayVector(dst, dst_offset, src, src_offset, count) | نسخ عدد العناصر من src في srk_offset إلى dst في dt_ofset، معالجة تحويل المجموعة إلى متجه. |