ComponentOne Bitmap for UWP
SpotSpecular Class Members
Properties  Methods  Events

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

The following tables list the members exposed by SpotSpecular.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SpotSpecular class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets Cached property. (Inherited from C1.Util.DX.Direct2D.Properties)
Public PropertyThe color of the incoming light. This property is exposed as a C1.Util.DX.Vector3 – (R, G, B) and used to compute LR, LG, LB.  
Public PropertyGets or sets the associated instance of C1.Util.DX.Direct2D.CustomEffect. (Inherited from C1.Util.DX.Direct2D.Effect)
Public PropertyThe focus of the spot light. This property is unitless and is defined between 0 and 200.  
Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
Public PropertyThe size of an element in the Sobel kernel used to generate the surface normal in the X and Y direction. This property maps to the dx and dy values in the Sobel gradient. This property is a C1.Util.DX.Vector2 (Kernel Unit Length X, Kernel Unit Length Y) and is defined in (device-independent pixels (DIPs)/Kernel Unit). The effect uses bilinear interpolation to scale the bitmap to match size of kernel elements.  
Public PropertyThe light position of the point light source. The property is a D2D1_VECTOR_3F defined as (x, y, z). The units are in device-independent pixels (DIPs) and the values are unitless and unbounded.  
Public PropertyThe cone angle that restricts the region where the light is projected. No light is projected outside the cone. The limiting cone angle is the angle between the spot light axis (the axis between the LightPosition and PointsAt properties) and the spot light cone. This property is defined in degrees and must be between 0 to 90 degrees.  
Public PropertyGet a pointer to the underlying Cpp Object (Inherited from C1.Util.DX.CppObject)
Public PropertyWhere the spot light is focused. The property is exposed as a C1.Util.DX.Vector3 with – (x, y, z). The units are in DIPs and the values are unbounded.  
Public PropertyThe interpolation mode the effect uses to scale the image to the corresponding kernel unit length. There are six 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 Scale modes for more info.  
Public PropertyThe ratio of specular reflection to the incoming light. The value is unitless and must be between 0 and 10,000.  
Public PropertyThe exponent for the specular term in the Phong lighting equation. A larger value corresponds to a more reflective surface. The value is unitless and must be between 1.0 and 128.  
Public PropertyThe scale factor in the Z direction. The value is unitless and must be between 0 and 10,000.  
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 SpotSpecular 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

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