[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.GeometryRealization

GeometryRealization Class

ID2D1GeometryRealization

Inheritance
GeometryRealization
Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("a16907d7-bc02-4801-99e8-8cf7f485f774")]
public class GeometryRealization : Resource, IDisposable, IUnknown

Constructors

Name Description
GeometryRealization(IntPtr)

Initializes a new instance of the GeometryRealization class.

Methods

Name Description
Create(DeviceContext1, Geometry, float)

Creates a device-dependent representation of the fill of the geometry that can be subsequently rendered.

Create(DeviceContext1, Geometry, float, float, StrokeStyle)

Creates a device-dependent representation of the stroke of a geometry that can be subsequently rendered.

Operators

Name Description
explicit operator GeometryRealization(IntPtr)

Performs an explicit conversion from IntPtr to GeometryRealization.