Summary description for MetaDo.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.codec.wmf
iTextSharp.text.pdf.codec.wmf.MetaDo[[MetaDo]]
end
Returns | Name |
---|
double | GetArc (double xCenter, double yCenter, double xDot, double yDot) |
Summary description for MetaDo.
Source code
public MetaDo(Stream meta, PdfContentByte cb)
Source code
public virtual void ReadAll()
OutputText
Source code
public virtual void OutputText(int x, int y, int flag, int x1, int y1, int x2, int y2, string text)
Type | Name | Description |
---|
int | x | |
int | y | |
int | flag | |
int | x1 | |
int | y1 | |
int | x2 | |
int | y2 | |
string | text | |
Source code
public virtual bool IsNullStrokeFill(bool isRectangle)
Type | Name | Description |
---|
bool | isRectangle | |
Source code
public virtual void StrokeAndFill()
Source code
internal static double GetArc(double xCenter, double yCenter, double xDot, double yDot)
Type | Name | Description |
---|
double | xCenter | |
double | yCenter | |
double | xDot | |
double | yDot | |
Source code
public static byte WrapBMP(Image image)
Type | Name | Description |
---|
Image | image | |
Source code
public static void WriteWord(Stream os, int v)
Type | Name | Description |
---|
Stream | os | |
int | v | |
Source code
public static void WriteDWord(Stream os, int v)
Type | Name | Description |
---|
Stream | os | |
int | v | |
Generated with ModularDoc