ComponentOne Bitmap for UWP
DirectionalBlur Class Members
Properties  Methods  Events

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace : DirectionalBlur Class

The following tables list the members exposed by DirectionalBlur.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DirectionalBlur class.  
Top
Public Properties
 NameDescription
Public PropertyThe angle of the blur relative to the x-axis, in the counterclockwise direction. The units are specified in degrees. The blur kernel is first generated using the same process as for the Gaussian Blur effect. The kernel values are then transformed according to the blur angle using this equation and then applied to the bitmap. offset2D – amount of transformation introduced in the blur kernel as a result of the blur angle. dist – distance from the center of the kernel to the current position in the kernel. offset2d = (dist * cos(??), dist * sin(??) )  
Public PropertyThe mode used to calculate the border of the image, soft or hard. See BorderMode modes for more info.  
Public PropertyGets or sets Cached property. (Inherited from C1.Util.DX.Direct2D.Properties)
Public PropertyGets or sets the associated instance of C1.Util.DX.Direct2D.CustomEffect. (Inherited from C1.Util.DX.Direct2D.Effect)
Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
Public PropertyGet a pointer to the underlying Cpp Object (Inherited from C1.Util.DX.CppObject)
Public PropertyThe optimization mode. See C1.Util.DX.Direct2D.DirectionalBlurOptimization modes for more info.  
Public PropertyGets or sets the amount of blur to be applied to the image. Default: 1.0f  
Public PropertyGets or sets a custom user tag object to associate with this instance.. (Inherited from C1.Util.DX.CppObject)
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Initializes a new instance of DirectionalBlur effect.  
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public Methodvoid ID2D1Effect::GetInput([In] unsigned int index,[Out, Optional] ID2D1Image** input) (Inherited from C1.Util.DX.Direct2D.Effect)
Public Methodunsigned int ID2D1Effect::GetInputCount() (Inherited from C1.Util.DX.Direct2D.Effect)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public Methodvoid ID2D1Effect::GetOutput([Out] ID2D1Image** outputImage) (Inherited from C1.Util.DX.Direct2D.Effect)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public Methodunsigned int ID2D1Properties::GetPropertyCount() (Inherited from C1.Util.DX.Direct2D.Properties)
Public Methodunsigned int ID2D1Properties::GetPropertyIndex([In] const wchar_t* name) (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodOverloaded. Gets the number of characters for the given property name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public Methodunsigned int ID2D1Properties::GetPropertyNameLength([In] unsigned int index) (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodHRESULT ID2D1Properties::GetSubProperties([In] unsigned int index,[Out, Optional] ID2D1Properties** subProperties) (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodD2D1_PROPERTY_TYPE ID2D1Properties::GetType([In] unsigned int index) (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodOverloaded. Gets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodHRESULT ID2D1Properties::GetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] void* data,[In] unsigned int dataSize) (Inherited from C1.Util.DX.Direct2D.Properties)
Public Methodunsigned int ID2D1Properties::GetValueSize([In] unsigned int index) (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by index. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodGets the value of the specified property by name. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodOverloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public MethodOverloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public MethodSets the named property to the given value. (Inherited from C1.Util.DX.Direct2D.Properties)
Public Methodvoid ID2D1Effect::SetInput([In] unsigned int index,[In, Optional] ID2D1Image* input,[In] BOOL invalidate) (Inherited from C1.Util.DX.Direct2D.Effect)
Public MethodHRESULT ID2D1Effect::SetInputCount([In] unsigned int inputCount) (Inherited from C1.Util.DX.Direct2D.Effect)
Public MethodSets the input by using the output of a given effect. (Inherited from C1.Util.DX.Direct2D.Effect)
Public MethodOverloaded. Sets the named property to the given value. (Inherited from C1.Util.DX.Direct2D.Properties)
Public MethodOverloaded. Sets the named property to the given value. (Inherited from C1.Util.DX.Direct2D.Properties)
Top
Public Events
 NameDescription
Public EventOccurs when this instance is fully disposed. (Inherited from C1.Util.DX.DisposeBase)
Public EventOccurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase)
Top
See Also

Reference

DirectionalBlur Class
C1.Util.DX.Direct2D.Effects Namespace