powcd2d.dcommon.types module

目次

powcd2d.dcommon.types module#

class powcd2d.dcommon.types.D2D1AlphaMode(*values)#

ベースクラス: IntEnum

D2D1_ALPHA_MODE

IGNORE = 3#
PREMULTIPLIED = 1#
STRAIGHT = 2#
UNKNOWN = 0#
powcd2d.dcommon.types.D2D1Matrix3X2F#

D2D1_MATRIX_3X2_F

class powcd2d.dcommon.types.D2D1PixelFormat#

ベースクラス: Structure

D2D1_PIXEL_FORMAT

alphamode#

Structure/Union member

format#

Structure/Union member

powcd2d.dcommon.types.D2D1Point2F#

D2D1_POINT_2F

powcd2d.dcommon.types.D2D1Point2L#

D2D1_POINT_2L

powcd2d.dcommon.types.D2D1Point2U#

D2D1_POINT_2U

powcd2d.dcommon.types.D2D1RectF#

D2D1_RECT_F

powcd2d.dcommon.types.D2D1RectL#

D2D1_RECT_L

powcd2d.dcommon.types.D2D1RectU#

D2D1_RECT_U

powcd2d.dcommon.types.D2D1SizeF#

D2D1_SIZE_F

powcd2d.dcommon.types.D2D1SizeU#

D2D1_SIZE_U

class powcd2d.dcommon.types.D2DMatrix3X2F#

ベースクラス: Union

D2D_MATRIX_3X2_F

class DUMMYSTRUCTURE1#

ベースクラス: Structure

dx#

Structure/Union member

dy#

Structure/Union member

m11#

Structure/Union member

m12#

Structure/Union member

m21#

Structure/Union member

class DUMMYSTRUCTURE2#

ベースクラス: Structure

class powcd2d.dcommon.types.D2DMatrix4X3F#

ベースクラス: Union

D2D_MATRIX_4X3_F

class DUMMYSTRUCTURE#

ベースクラス: Structure

class powcd2d.dcommon.types.D2DMatrix4X4F#

ベースクラス: Union

D2D_MATRIX_4X4_F

class DUMMYSTRUCTURE#

ベースクラス: Structure

class powcd2d.dcommon.types.D2DMatrix5X4F#

ベースクラス: Union

D2D_MATRIX_5X4_F

class DUMMYSTRUCTURE#

ベースクラス: Structure

class powcd2d.dcommon.types.D2DPoint2F#

ベースクラス: Structure

D2D_POINT_2F

x#

Structure/Union member

y#

Structure/Union member

powcd2d.dcommon.types.D2DPoint2L#

D2D_POINT_2L

class powcd2d.dcommon.types.D2DPoint2U#

ベースクラス: Structure

D2D_POINT_2U

x#

Structure/Union member

y#

Structure/Union member

class powcd2d.dcommon.types.D2DRectF#

ベースクラス: Structure

D2D_RECT_F

bottom#

Structure/Union member

left#

Structure/Union member

right#

Structure/Union member

top#

Structure/Union member

powcd2d.dcommon.types.D2DRectL#

D2D_RECT_L

class powcd2d.dcommon.types.D2DRectU#

ベースクラス: Structure

D2D_RECT_U

bottom#

Structure/Union member

left#

Structure/Union member

right#

Structure/Union member

top#

Structure/Union member

class powcd2d.dcommon.types.D2DSizeF#

ベースクラス: Structure

D2D_SIZE_F

height#

Structure/Union member

width#

Structure/Union member

class powcd2d.dcommon.types.D2DSizeU#

ベースクラス: Structure

D2D_SIZE_U

height#

Structure/Union member

width#

Structure/Union member

class powcd2d.dcommon.types.D2DVector2F#

ベースクラス: Structure

D2D_VECTOR_2F

x#

Structure/Union member

y#

Structure/Union member

class powcd2d.dcommon.types.D2DVector3F#

ベースクラス: Structure

D2D_VECTOR_3F

x#

Structure/Union member

y#

Structure/Union member

z#

Structure/Union member

class powcd2d.dcommon.types.D2DVector4F#

ベースクラス: Structure

D2D_VECTOR_4F

w#

Structure/Union member

x#

Structure/Union member

y#

Structure/Union member

z#

Structure/Union member

class powcd2d.dcommon.types.DWriteGlyphImageFormat(*values)#

ベースクラス: IntFlag

DWRITE_GLYPH_IMAGE_FORMATS

CFF = 2#
COLR = 4#
COLR_PAINT_TREE = 256#
JPEG = 32#
NONE = 0#
PNG = 16#
PREMULTIPLIED_B8G8R8A8 = 128#
SVG = 8#
TIFF = 64#
TRUETYPE = 1#
class powcd2d.dcommon.types.DWriteMeasuringMode(*values)#

ベースクラス: IntEnum

DWRITE_MEASURING_MODE

GDI_CLASSIC = 1#
GDI_NATURAL = 2#
NATURAL = 0#