ducpy.Duc.ImageCrop =================== .. py:module:: ducpy.Duc.ImageCrop Attributes ---------- .. autoapisummary:: ducpy.Duc.ImageCrop.np Classes ------- .. autoapisummary:: ducpy.Duc.ImageCrop.ImageCrop Functions --------- .. autoapisummary:: ducpy.Duc.ImageCrop.ImageCropStart ducpy.Duc.ImageCrop.Start ducpy.Duc.ImageCrop.ImageCropAddX ducpy.Duc.ImageCrop.AddX ducpy.Duc.ImageCrop.ImageCropAddY ducpy.Duc.ImageCrop.AddY ducpy.Duc.ImageCrop.ImageCropAddWidth ducpy.Duc.ImageCrop.AddWidth ducpy.Duc.ImageCrop.ImageCropAddHeight ducpy.Duc.ImageCrop.AddHeight ducpy.Duc.ImageCrop.ImageCropAddNaturalWidth ducpy.Duc.ImageCrop.AddNaturalWidth ducpy.Duc.ImageCrop.ImageCropAddNaturalHeight ducpy.Duc.ImageCrop.AddNaturalHeight ducpy.Duc.ImageCrop.ImageCropEnd ducpy.Duc.ImageCrop.End Module Contents --------------- .. py:data:: np .. py:class:: ImageCrop Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsImageCrop(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: ImageCropBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: X() .. py:method:: Y() .. py:method:: Width() .. py:method:: Height() .. py:method:: NaturalWidth() .. py:method:: NaturalHeight() .. py:function:: ImageCropStart(builder) .. py:function:: Start(builder) .. py:function:: ImageCropAddX(builder, x) .. py:function:: AddX(builder, x) .. py:function:: ImageCropAddY(builder, y) .. py:function:: AddY(builder, y) .. py:function:: ImageCropAddWidth(builder, width) .. py:function:: AddWidth(builder, width) .. py:function:: ImageCropAddHeight(builder, height) .. py:function:: AddHeight(builder, height) .. py:function:: ImageCropAddNaturalWidth(builder, naturalWidth) .. py:function:: AddNaturalWidth(builder, naturalWidth) .. py:function:: ImageCropAddNaturalHeight(builder, naturalHeight) .. py:function:: AddNaturalHeight(builder, naturalHeight) .. py:function:: ImageCropEnd(builder) .. py:function:: End(builder)