aurora.directx.d2d1.d2d1_1

Undocumented in source.

Public Imports

aurora.directx.d3d.d3dcommon
public import aurora.directx.d3d.d3dcommon;
aurora.directx.d2d1.d2d1_0
public import aurora.directx.d2d1.d2d1_0;

Members

Aliases

D2D1_POINT_2L
alias D2D1_POINT_2L = D2D1_POINT2L
Undocumented in source.
D2D1_RECT_L
alias D2D1_RECT_L = D2D1_RECTL
Undocumented in source.
PD2D1_PROPERTY_GET_FUNCTION
alias PD2D1_PROPERTY_GET_FUNCTION = long function(IUnknown effect, ubyte* data, uint dataSize, uint* actualSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PD2D1_PROPERTY_SET_FUNCTION
alias PD2D1_PROPERTY_SET_FUNCTION = long function(IUnknown effect, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Enums

D2D1_BITMAP_OPTIONS
enum D2D1_BITMAP_OPTIONS
Undocumented in source.
D2D1_BLEND
enum D2D1_BLEND
Undocumented in source.
D2D1_BLEND_OPERATION
enum D2D1_BLEND_OPERATION
Undocumented in source.
D2D1_BUFFER_PRECISION
enum D2D1_BUFFER_PRECISION
Undocumented in source.
D2D1_CHANGE_TYPE
enum D2D1_CHANGE_TYPE
Undocumented in source.
D2D1_CHANNEL_DEPTH
enum D2D1_CHANNEL_DEPTH
Undocumented in source.
D2D1_COLOR_INTERPOLATION_MODE
enum D2D1_COLOR_INTERPOLATION_MODE
Undocumented in source.
D2D1_COLOR_SPACE
enum D2D1_COLOR_SPACE
Undocumented in source.
D2D1_COMPOSITE_MODE
enum D2D1_COMPOSITE_MODE
Undocumented in source.
D2D1_DEVICE_CONTEXT_OPTIONS
enum D2D1_DEVICE_CONTEXT_OPTIONS
Undocumented in source.
D2D1_FEATURE
enum D2D1_FEATURE
Undocumented in source.
D2D1_FILTER
enum D2D1_FILTER
Undocumented in source.
D2D1_GAMMA_CONVERSION
enum D2D1_GAMMA_CONVERSION
Undocumented in source.
D2D1_INTERPOLATION_MODE
enum D2D1_INTERPOLATION_MODE
Undocumented in source.
D2D1_LAYER_OPTIONS1
enum D2D1_LAYER_OPTIONS1
Undocumented in source.
D2D1_MAP_OPTIONS
enum D2D1_MAP_OPTIONS
Undocumented in source.
D2D1_PIXEL_OPTIONS
enum D2D1_PIXEL_OPTIONS
Undocumented in source.
D2D1_PRIMITIVE_BLEND
enum D2D1_PRIMITIVE_BLEND
Undocumented in source.
D2D1_PRINT_FONT_SUBSET_MODE
enum D2D1_PRINT_FONT_SUBSET_MODE
Undocumented in source.
D2D1_PROPERTY
enum D2D1_PROPERTY
Undocumented in source.
D2D1_PROPERTY_TYPE
enum D2D1_PROPERTY_TYPE
Undocumented in source.
D2D1_RESOURCE_TYPE
enum D2D1_RESOURCE_TYPE
Undocumented in source.
D2D1_STROKE_TRANSFORM_TYPE
enum D2D1_STROKE_TRANSFORM_TYPE
Undocumented in source.
D2D1_SUBPROPERTY
enum D2D1_SUBPROPERTY
Undocumented in source.
D2D1_THREADING_MODE
enum D2D1_THREADING_MODE
Undocumented in source.
D2D1_UNIT_MODE
enum D2D1_UNIT_MODE
Undocumented in source.
D2D1_VERTEX_OPTIONS
enum D2D1_VERTEX_OPTIONS
Undocumented in source.
D2D1_VERTEX_USAGE
enum D2D1_VERTEX_USAGE
Undocumented in source.

Functions

D2D1ComputeMaximumScaleFactor
float D2D1ComputeMaximumScaleFactor(D2D1_MATRIX_3X2_F* matrix)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D2D1ConvertColorSpace
D2D1_COLOR_F D2D1ConvertColorSpace(D2D1_COLOR_SPACE sourceColorSpace, D2D1_COLOR_SPACE destinationColorSpace, D2D1_COLOR_F* color)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D2D1CreateDevice
HRESULT D2D1CreateDevice(IDXGIDevice dxgiDevice, D2D1_CREATION_PROPERTIES* creationProperties, ID2D1Device* d2dDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D2D1CreateDeviceContext
HRESULT D2D1CreateDeviceContext(IDXGISurface dxgiSurface, D2D1_CREATION_PROPERTIES* creationProperties, ID2D1DeviceContext* d2dDeviceContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D2D1SinCos
void D2D1SinCos(float angle, float* s, float* c)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D2D1Tan
float D2D1Tan(float angle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
D2D1Vec3Length
float D2D1Vec3Length(float x, float y, float z)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetType
D2D1_PROPERTY_TYPE GetType(uint index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
StringGetter
HRESULT StringGetter(IUnknown effect, ubyte* data, uint dataSize, uint* actualSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
StringSetter
HRESULT StringSetter(IUnknown effect, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ValueGetter
HRESULT ValueGetter(IUnknown* effect, ubyte* data, uint dataSize, uint* actualSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ValueSetter
HRESULT ValueSetter(IUnknown effect, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Interfaces

ID2D1AnalysisTransform
interface ID2D1AnalysisTransform
Undocumented in source.
ID2D1Bitmap1
interface ID2D1Bitmap1
Undocumented in source.
ID2D1BitmapBrush1
interface ID2D1BitmapBrush1
Undocumented in source.
ID2D1BlendTransform
interface ID2D1BlendTransform
Undocumented in source.
ID2D1BorderTransform
interface ID2D1BorderTransform
Undocumented in source.
ID2D1BoundsAdjustmentTransform
interface ID2D1BoundsAdjustmentTransform
Undocumented in source.
ID2D1ColorContext
interface ID2D1ColorContext
Undocumented in source.
ID2D1CommandList
interface ID2D1CommandList
Undocumented in source.
ID2D1CommandSink
interface ID2D1CommandSink
Undocumented in source.
ID2D1ComputeInfo
interface ID2D1ComputeInfo
Undocumented in source.
ID2D1ComputeTransform
interface ID2D1ComputeTransform
Undocumented in source.
ID2D1ConcreteTransform
interface ID2D1ConcreteTransform
Undocumented in source.
ID2D1Device
interface ID2D1Device
Undocumented in source.
ID2D1DeviceContext
interface ID2D1DeviceContext
Undocumented in source.
ID2D1DrawInfo
interface ID2D1DrawInfo
Undocumented in source.
ID2D1DrawTransform
interface ID2D1DrawTransform
Undocumented in source.
ID2D1DrawingStateBlock1
interface ID2D1DrawingStateBlock1
Undocumented in source.
ID2D1Effect
interface ID2D1Effect
Undocumented in source.
ID2D1Factory1
interface ID2D1Factory1
Undocumented in source.
ID2D1GdiMetafile
interface ID2D1GdiMetafile
Undocumented in source.
ID2D1GdiMetafileSink
interface ID2D1GdiMetafileSink
Undocumented in source.
ID2D1GradientStopCollection1
interface ID2D1GradientStopCollection1
Undocumented in source.
ID2D1ImageBrush
interface ID2D1ImageBrush
Undocumented in source.
ID2D1Multithread
interface ID2D1Multithread
Undocumented in source.
ID2D1OffsetTransform
interface ID2D1OffsetTransform
Undocumented in source.
ID2D1PathGeometry1
interface ID2D1PathGeometry1
Undocumented in source.
ID2D1PrintControl
interface ID2D1PrintControl
Undocumented in source.
ID2D1Properties
interface ID2D1Properties
Undocumented in source.
ID2D1RenderInfo
interface ID2D1RenderInfo
Undocumented in source.
ID2D1ResourceTexture
interface ID2D1ResourceTexture
Undocumented in source.
ID2D1SourceTransform
interface ID2D1SourceTransform
Undocumented in source.
ID2D1StrokeStyle1
interface ID2D1StrokeStyle1
Undocumented in source.
ID2D1Transform
interface ID2D1Transform
Undocumented in source.
ID2D1TransformGraph
interface ID2D1TransformGraph
Undocumented in source.
ID2D1TransformNode
interface ID2D1TransformNode
Undocumented in source.
ID2D1VertexBuffer
interface ID2D1VertexBuffer
Undocumented in source.

Structs

D2D1_BITMAP_BRUSH_PROPERTIES1
struct D2D1_BITMAP_BRUSH_PROPERTIES1
Undocumented in source.
D2D1_BITMAP_PROPERTIES1
struct D2D1_BITMAP_PROPERTIES1
Undocumented in source.
D2D1_BLEND_DESCRIPTION
struct D2D1_BLEND_DESCRIPTION
Undocumented in source.
D2D1_CREATION_PROPERTIES
struct D2D1_CREATION_PROPERTIES
Undocumented in source.
D2D1_CUSTOM_VERTEX_BUFFER_PROPERTIES
struct D2D1_CUSTOM_VERTEX_BUFFER_PROPERTIES
Undocumented in source.
D2D1_DRAWING_STATE_DESCRIPTION1
struct D2D1_DRAWING_STATE_DESCRIPTION1
Undocumented in source.
D2D1_EFFECT_INPUT_DESCRIPTION
struct D2D1_EFFECT_INPUT_DESCRIPTION
Undocumented in source.
D2D1_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS
struct D2D1_FEATURE_DATA_D3D10_X_HARDWARE_OPTIONS
Undocumented in source.
D2D1_FEATURE_DATA_DOUBLES
struct D2D1_FEATURE_DATA_DOUBLES
Undocumented in source.
D2D1_IMAGE_BRUSH_PROPERTIES
struct D2D1_IMAGE_BRUSH_PROPERTIES
Undocumented in source.
D2D1_INPUT_DESCRIPTION
struct D2D1_INPUT_DESCRIPTION
Undocumented in source.
D2D1_INPUT_ELEMENT_DESC
struct D2D1_INPUT_ELEMENT_DESC
Undocumented in source.
D2D1_LAYER_PARAMETERS1
struct D2D1_LAYER_PARAMETERS1
Undocumented in source.
D2D1_MAPPED_RECT
struct D2D1_MAPPED_RECT
Undocumented in source.
D2D1_POINT2L
struct D2D1_POINT2L
Undocumented in source.
D2D1_POINT_DESCRIPTION
struct D2D1_POINT_DESCRIPTION
Undocumented in source.
D2D1_PRINT_CONTROL_PROPERTIES
struct D2D1_PRINT_CONTROL_PROPERTIES
Undocumented in source.
D2D1_PROPERTY_BINDING
struct D2D1_PROPERTY_BINDING
Undocumented in source.
D2D1_RECTL
struct D2D1_RECTL
Undocumented in source.
D2D1_RENDERING_CONTROLS
struct D2D1_RENDERING_CONTROLS
Undocumented in source.
D2D1_RESOURCE_TEXTURE_PROPERTIES
struct D2D1_RESOURCE_TEXTURE_PROPERTIES
Undocumented in source.
D2D1_RESOURCE_USAGE
struct D2D1_RESOURCE_USAGE
Undocumented in source.
D2D1_STROKE_STYLE_PROPERTIES1
struct D2D1_STROKE_STYLE_PROPERTIES1
Undocumented in source.
D2D1_VECTOR_2F
struct D2D1_VECTOR_2F
Undocumented in source.
D2D1_VECTOR_3F
struct D2D1_VECTOR_3F
Undocumented in source.
D2D1_VECTOR_4F
struct D2D1_VECTOR_4F
Undocumented in source.
D2D1_VERTEX_BUFFER_PROPERTIES
struct D2D1_VERTEX_BUFFER_PROPERTIES
Undocumented in source.
D2D1_VERTEX_RANGE
struct D2D1_VERTEX_RANGE
Undocumented in source.
PD2D1_EFFECT_FACTORY
struct PD2D1_EFFECT_FACTORY
Undocumented in source.

Meta