名前 | 解説 | |
---|---|---|
BorderMode | The mode used to calculate the border of the image, soft or hard. See BorderModemodes for more info. | |
Cached | Gets or sets Cached property. C1.Util.DX.Direct2D.Propertiesから継承されます。 | |
CustomEffect | Gets or sets the associated instance of C1.Util.DX.Direct2D.CustomEffect. C1.Util.DX.Direct2D.Effectから継承されます。 | |
InterpolationMode | The interpolation mode used to scale the image. There are 6 scale modes that range in quality and speed. If you don't select a mode, the effect uses the interpolation mode of the device context. See InterpolationModefor more info. | |
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から継承されます。 | |
Sharpness | In the high quality cubic interpolation mode, the sharpness level of the scaling filter as a float between 0 and 1. The values are unitless. You can use sharpness to adjust the quality of an image when you scale the image. The sharpness factor affects the shape of the kernel. The higher the sharpness factor, the smaller the kernel. | |
Tag | Gets or sets a custom user tag object to associate with this instance.. C1.Util.DX.CppObjectから継承されます。 | |
TransformMatrix | The 3x2 matrix to transform the image using the Direct2D matrix transform. |