DefaultFunctions

DefaultFunctions

خلاصه ای

DefaultFunctions در این مطلب به عنوان یک کلاس برای 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 برای بسته Python به هر برنامه Python دسترسی دارند.

روش ها

امضاتوصیف
__init__()تماس ها نینجا در این حالت، به صورت.
memcpy_Int(dst, dst_offset, src, src_offset, count)کپی ها عناصر کامل را از src در srk_offset به dst در dt_Offset شمارش می کنند.
memset_Int(b, offset, v, count)مجموعه ای از عناصر کل را در ردیف ب که از تخفیف به ارزش v شروع می شود، شمارش کنید.
memcpy_UInt(dst, dst_offset, src, src_offset, count)در این حالت به mcpy_UInt می پردازیم.
memset_UInt(b, offset, v, count)در این حالت به نام «Memset_UInt» می پردازیم.
memcpyArray(dst, dst_offset, src, src_offset, count)به این حالت می توانید MECPYARRAY را در این مثال تماس بگیرید.
memcpyVectorArray(dst, dst_offset, src, src_offset, count)به این مثال می توانید memcpyVectorArray را در DefaultFunctions تماس بگیرید.
memcpyArrayVector(dst, dst_offset, src, src_offset, count)کپی ها عناصر شمارش از src در srk_offset به dst در dt_Offset، پردازش array-to-vector تبدیل

همچنین ببینید:

 فارسی