Xfinium.Pdf.Graphics Namespace > PdfGraphics Class > DrawFormXObject Method : DrawFormXObject(PdfFormXObject,Double,Double,Double,Double,Double,PdfFlipDirection) Method |
'Declaration
Public Overloads Sub DrawFormXObject( _ ByVal formXObject As PdfFormXObject, _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double, _ ByVal rotation As Double, _ ByVal flipDirection As PdfFlipDirection _ )
'Usage
Dim instance As PdfGraphics Dim formXObject As PdfFormXObject Dim x As Double Dim y As Double Dim width As Double Dim height As Double Dim rotation As Double Dim flipDirection As PdfFlipDirection instance.DrawFormXObject(formXObject, x, y, width, height, rotation, flipDirection)
public void DrawFormXObject( PdfFormXObject formXObject, double x, double y, double width, double height, double rotation, PdfFlipDirection flipDirection )
public: void DrawFormXObject( PdfFormXObject^ formXObject, double x, double y, double width, double height, double rotation, PdfFlipDirection flipDirection )
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library