名前 | 解説 | |
---|---|---|
PathGeometry1 コンストラクタ | Initializes a new instance of the PathGeometry1class. |
PathGeometry1データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
PathGeometry1 コンストラクタ | Initializes a new instance of the PathGeometry1class. |
名前 | 解説 | |
---|---|---|
FlatteningTolerance | Get or set the default flattening tolerance used for all methods that are not explicitly using it. Default is set to 0.25f. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
IsDisposed | Gets a value indicating whether this instance is disposed. C1.Util.DX.DisposeBaseから継承されます。 | |
NativePointer | Get a pointer to the underlying Cpp Object C1.Util.DX.CppObjectから継承されます。 | |
Tag | Gets or sets a custom user tag object to associate with this instance.. C1.Util.DX.CppObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
Combine | オーバーロードされます。 Combines this geometry with the specified geometry and stores the result in an SimplifiedGeometrySink. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
Compare | オーバーロードされます。 Describes the intersection between this geometry and the specified geometry. The comparison is performed by using the specified flattening tolerance. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
ComputeArea | オーバーロードされます。 Computes the area of the geometry after it has been transformed by the specified matrix and flattened using the specified tolerance. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
ComputeLength | オーバーロードされます。 Calculates the length of the geometry as though each segment were unrolled into a line. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
ComputePointAndSegmentAtLength | HRESULT ID2D1PathGeometry1::ComputePointAndSegmentAtLength([In] float length,[In] unsigned int startSegment,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] D2D1_POINT_DESCRIPTION* pointDescription) | |
ComputePointAtLength | オーバーロードされます。 Calculates the point and tangent vector at the specified distance along the geometry after it has been transformed by the specified matrix and flattened using the specified tolerance. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
Create | Initializes a new instance of the PathGeometry1class. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. C1.Util.DX.DisposeBaseから継承されます。 | |
FillContainsPoint | オーバーロードされます。 Indicates whether the area filled by the geometry would contain the specified point given the specified flattening tolerance. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
GetBounds | オーバーロードされます。 Retrieves the bounds of the geometry. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
GetFactory | void ID2D1Resource::GetFactory([Out] ID2D1Factory** factory) C1.Util.DX.Direct2D.Resourceから継承されます。 | |
GetFigureCount | HRESULT ID2D1PathGeometry::GetFigureCount([Out] unsigned int* count) C1.Util.DX.Direct2D.PathGeometryから継承されます。 | |
GetSegmentCount | HRESULT ID2D1PathGeometry::GetSegmentCount([Out] unsigned int* count) C1.Util.DX.Direct2D.PathGeometryから継承されます。 | |
GetWidenedBounds | オーバーロードされます。 Gets the bounds of the geometry after it has been widened by the specified stroke width and style and transformed by the specified matrix. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
Open | HRESULT ID2D1PathGeometry::Open([Out] ID2D1GeometrySink** geometrySink) C1.Util.DX.Direct2D.PathGeometryから継承されます。 | |
Outline | オーバーロードされます。 Computes the outline of the geometry and writes the result to an SimplifiedGeometrySink. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
QueryInterface | オーバーロードされます。 Query this instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 | |
QueryInterfaceOrNull | オーバーロードされます。 Query instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 | |
Simplify | オーバーロードされます。 Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an SimplifiedGeometrySink. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
Stream | Copies the contents of the path geometry to the specified GeometrySink. C1.Util.DX.Direct2D.PathGeometryから継承されます。 | |
StrokeContainsPoint | オーバーロードされます。 Determines whether the geometry's stroke contains the specified point given the specified stroke thickness, style, and transform. C1.Util.DX.Direct2D.Geometryから継承されます。 | |
Tessellate | オーバーロードされます。 Creates a set of clockwise-wound triangles that cover the geometry after it has been transformed using the specified matrix and flattened using the specified tolerance C1.Util.DX.Direct2D.Geometryから継承されます。 | |
Widen | オーバーロードされます。 Widens the geometry by the specified stroke and writes the result to an SimplifiedGeometrySinkafter it has been transformed by the specified matrix and flattened using the specified tolerance. C1.Util.DX.Direct2D.Geometryから継承されます。 |
名前 | 解説 | |
---|---|---|
Disposed | Occurs when this instance is fully disposed. C1.Util.DX.DisposeBaseから継承されます。 | |
Disposing | Occurs when this instance is starting to be disposed. C1.Util.DX.DisposeBaseから継承されます。 |
明示的 キャスト 演算子 | Performs an explicit conversion from System.IntPtrto PathGeometry1. |