'宣言 Public Overloads Shared Function Create( _ ByVal context As DeviceContext1, _ ByVal geometry As Geometry, _ ByVal flatteningTolerance As System.Single _ ) As GeometryRealization
public static GeometryRealization Create( DeviceContext1 context, Geometry geometry, System.float flatteningTolerance )
パラメータ
- context
- The device context where the created instance should be attached to.
- geometry
- The geometry to realize.
- flatteningTolerance
- The flattening tolerance to use when converting Beziers to line segments. This parameter shares the same units as the coordinates of the geometry.