Class SourceTransformNative
[Guid("db1800dd-0c34-4cf9-be90-31cc0a5653e1")]
public class SourceTransformNative : TransformNative, SourceTransform, Transform, TransformNode, IUnknown, ICallbackable, IDisposable
- Inheritance
-
SourceTransformNative
- Implements
-
IUnknownICallbackable
- Inherited Members
Constructors
SourceTransformNative(nint)
public SourceTransformNative(nint nativePtr)
Parameters
nativePtr
nint
Properties
RenderInfo_
Sets the render information for the transform.
public RenderInformation RenderInfo_ { set; }
Property Value
Remarks
Provides a render information interface to the source transform to allow it to specify state to the rendering system.
Methods
Draw(Bitmap1, RawRectangle, RawPoint)
public void Draw(Bitmap1 target, RawRectangle drawRect, RawPoint targetOrigin)
Parameters
target
Bitmap1drawRect
RawRectangletargetOrigin
RawPoint
SetRenderInformation(RenderInformation)
public void SetRenderInformation(RenderInformation renderInfo)
Parameters
renderInfo
RenderInformation
Operators
explicit operator SourceTransformNative(nint)
public static explicit operator SourceTransformNative(nint nativePtr)
Parameters
nativePtr
nint