public interface DeLogoInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAnchorHeight()
Anchor基准宽度
|
long |
getAnchorWidth()
Anchor基准宽度
|
long |
getPosX()
水印左上角X坐标
|
long |
getPosY()
水印左上角Y坐标
|
long |
getSizeX()
水印宽度
|
long |
getSizeY()
水印高度
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getAnchorWidth()
Anchor基准宽度
int64 AnchorWidth = 1;
long getAnchorHeight()
Anchor基准宽度
int64 AnchorHeight = 2;
long getPosX()
水印左上角X坐标
int64 PosX = 3;
long getPosY()
水印左上角Y坐标
int64 PosY = 4;
long getSizeX()
水印宽度
int64 SizeX = 5;
long getSizeY()
水印高度
int64 SizeY = 6;
Copyright © 2022. All rights reserved.